#99140C

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

Shades of Dark Red #99140C

Tints of Dark Red #99140C

Color information

#99140C (or 0x99140C) is unknown color: approx Dark Red. HEX triplet: 99, 14 and 0C. RGB value is (153,20,12). Sum of RGB (Red+Green+Blue) = 153+20+12=185 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.70% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 153 - color contains mainly: red. Hex color #99140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99140C is #66EBF3. Grayscale: #3B3B3B. Windows color (decimal): -6745076 or 791705. OLE color: 791705.

HSL color Cylindrical-coordinate representation of color #99140C: hue angle of 3.4º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99140C is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1532012-
CMYK00.870.920.4
HSL3.4º85.45%32.35%-
HSV(B)3.4º92.16%60%-
XYZ13.457.31.05-
YUV58.86101.56195.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 82.70%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=82.70%
G=10.81%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153201200.870.920.43.485.4532.35
Hex9914C0575C2835520
Octal2312414012713450312540
Binary10011001101001100010101111011100101000111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,20,12); }

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

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

 a { background-color: rgb(153,20,12); }

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

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

 span { border-color: rgb(153,20,12); }

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