Html Css Color HEX #99110D Dark Red

📋 copy color: '#99110D'

red 153 ◦ green 17 ◦ blue 13

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

Shades of Dark Red #99110D

Tints of Dark Red #99110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.29%

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 83.61%
G = 9.29%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99110D (or 0x99110D) is known color: Dark Red. HEX triplet: 99, 11 and 0D. RGB value is (153,17,13). Sum of RGB (Red+Green+Blue) = 153+17+13=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #99110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99110D is #66EEF2. Grayscale: #393939. Windows color (decimal): -6745843 or 856473. OLE color: 856473.

HSL color Cylindrical-coordinate representation of color #99110D: hue angle of 1.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99110D is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 13 -
CMYK 0 0.89 0.92 0.4
HSL 1.71º 0.84% 0.33% -
HSV(B) 1.71º 0.92% 0.6% -
XYZ 13.41 7.2 1.06 -
YUV 57.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 153 17 13 0 0.89 0.92 0.4 1.71 0.84 0.33
Hex 99 11 D 0 59 5C 28 2 54 21
Octal 231 21 15 0 131 134 50 2 124 41
Binary 10011001 10001 1101 0 1011001 1011100 101000 10 1010100 100001

Color Harmonies of #99110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99110D

Black with #99110D

Text Example


Text Example

White with #99110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99110D; }

 p { color: rgb(153,17,13); }

 H1.HeaderClassName
 {
   color: #99110D;
 }
 .AnyTagClassName
 {
   color: #99110D;
 }
</style>

background-color css

<style>
 a { background-color: #99110D; }

 a { background-color: rgb(153,17,13); }

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

border-color css

<style>
 span { border-color: #99110D; }

 span { border-color: rgb(153,17,13); }

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