#90100C

Color #90100C Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #90100C

Tints of Dark Red #90100C

Color information

#90100C (or 0x90100C) is unknown color: approx Dark Red. HEX triplet: 90, 10 and 0C. RGB value is (144,16,12). Sum of RGB (Red+Green+Blue) = 144+16+12=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #90100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90100C is #6FEFF3. Grayscale: #353535. Windows color (decimal): -7335924 or 790672. OLE color: 790672.

HSL color Cylindrical-coordinate representation of color #90100C: hue angle of 1.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90100C is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1441612-
CMYK00.890.920.44
HSL1.82º84.62%30.59%-
HSV(B)1.82º91.67%56.47%-
XYZ11.756.330.95-
YUV53.82104.41192.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 83.72%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 12 (5.08% from 255) = 6.98%
R=83.72%
G=9.30%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144161200.890.920.441.8284.6230.59
Hex9010C0595C2C2551f
Octal2202014013113454212537
Binary1001000010000110001011001101110010110010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90100C; }

 p { color: rgb(144,16,12); }

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

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

 a { background-color: rgb(144,16,12); }

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

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

 span { border-color: rgb(144,16,12); }

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