Html Css Color HEX #99140A Dark Red

📋 copy color: '#99140A'

red 153 ◦ green 20 ◦ blue 10

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

Shades of Dark Red #99140A

Tints of Dark Red #99140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 83.61%
G = 10.93%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99140A (or 0x99140A) is known color: Dark Red. HEX triplet: 99, 14 and 0A. RGB value is (153,20,10). Sum of RGB (Red+Green+Blue) = 153+20+10=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #99140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99140A is #66EBF5. Grayscale: #3A3A3A. Windows color (decimal): -6745078 or 660633. OLE color: 660633.

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

Color convert

RGB 153 20 10 -
CMYK 0 0.87 0.93 0.4
HSL 4.2º 0.88% 0.32% -
HSV(B) 4.2º 0.93% 0.6% -
XYZ 13.44 7.29 0.99 -
YUV 58.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 153 20 10 0 0.87 0.93 0.4 4.2 0.88 0.32
Hex 99 14 A 0 57 5D 28 4 58 20
Octal 231 24 12 0 127 135 50 4 130 40
Binary 10011001 10100 1010 0 1010111 1011101 101000 100 1011000 100000

Color Harmonies of #99140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99140A

Black with #99140A

Text Example


Text Example

White with #99140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99140A;
 }
 .AnyTagClassName
 {
   color: #99140A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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