#90111A

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

Shades of Carmine #90111A

Tints of Carmine #90111A

Color information

#90111A (or 0x90111A) is unknown color: approx Carmine. HEX triplet: 90, 11 and 1A. RGB value is (144,17,26). Sum of RGB (Red+Green+Blue) = 144+17+26=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #90111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90111A is #6FEEE5. Grayscale: #383838. Windows color (decimal): -7335654 or 1708432. OLE color: 1708432.

HSL color Cylindrical-coordinate representation of color #90111A: hue angle of 355.75º 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 #90111A is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1441726-
CMYK00.880.820.44
HSL355.75º78.88%31.57%-
HSV(B)355.75º88.19%56.47%-
XYZ11.896.41.59-
YUV56111.08190.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.01%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=77.01%
G=9.09%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144172600.880.820.44355.7578.8831.57
Hex90111A058522C1644f20
Octal220213201301225454411740
Binary1001000010001110100101100010100101011001011001001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90111A; }

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

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

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

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

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

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

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

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