#901117

Color #901117 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #901117

Tints of Carmine #901117

Color information

#901117 (or 0x901117) is unknown color: approx Carmine. HEX triplet: 90, 11 and 17. RGB value is (144,17,23). Sum of RGB (Red+Green+Blue) = 144+17+23=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #901117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901117 is #6FEEE8. Grayscale: #373737. Windows color (decimal): -7335657 or 1511824. OLE color: 1511824.

HSL color Cylindrical-coordinate representation of color #901117: hue angle of 357.17º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901117 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB1441723-
CMYK00.880.840.44
HSL357.17º78.88%31.57%-
HSV(B)357.17º88.19%56.47%-
XYZ11.866.391.42-
YUV55.66109.58191.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 78.26%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 23 (9.38% from 255) = 12.5%
R=78.26%
G=9.24%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144172300.880.840.44357.1778.8831.57
Hex901117058542C1654f20
Octal220212701301245454511740
Binary1001000010001101110101100010101001011001011001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901117; }

 p { color: rgb(144,17,23); }

 H1.HeaderClassName
 {
   color: #901117;
 }
 .AnyTagClassName
 {
   color: #901117;
 }
</style>
background-color css

<style>
 a { background-color: #901117; }

 a { background-color: rgb(144,17,23); }

 div.DivClassName
 {
   background-color: #901117;
 }
 .BgClassName
 {
   background-color: #901117;
 }
</style>
border-color css

<style>
 span { border-color: #901117; }

 span { border-color: rgb(144,17,23); }

 td.TdClassName
 {
   border-color: #901117;
 }
 .TagClassName
 {
   border-color: #901117;
 }
</style>