Html Css Color HEX #99140C Dark Red

📋 copy color: '#99140C'

red 153 ◦ green 20 ◦ blue 12

#99140C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #99140C

Tints of Dark Red #99140C

RGB

 RED value IS 153 (60.16% from 255) = 82.7%

 GREEN value IS 20 (8.2% from 255) = 10.81%

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 82.7%
G = 10.81%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99140C (or 0x99140C) is known color: 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

RGB 153 20 12 -
CMYK 0 0.87 0.92 0.4
HSL 3.4º 0.85% 0.32% -
HSV(B) 3.4º 0.92% 0.6% -
XYZ 13.45 7.3 1.05 -
YUV 58.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 153 20 12 0 0.87 0.92 0.4 3.4 0.85 0.32
Hex 99 14 C 0 57 5C 28 3 55 20
Octal 231 24 14 0 127 134 50 3 125 40
Binary 10011001 10100 1100 0 1010111 1011100 101000 11 1010101 100000

Color Harmonies of #99140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99140C

Black with #99140C

Text Example


Text Example

White with #99140C

Text Example


Text Example

HTML Codes & Css Web 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>