Html Css Color HEX #99130B Dark Red

📋 copy color: '#99130B'

red 153 ◦ green 19 ◦ blue 11

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

Shades of Dark Red #99130B

Tints of Dark Red #99130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

 BLUE value IS 11 (4.69% from 255) = 6.01%

R = 83.61%
G = 10.38%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99130B (or 0x99130B) is known color: Dark Red. HEX triplet: 99, 13 and 0B. RGB value is (153,19,11). Sum of RGB (Red+Green+Blue) = 153+19+11=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #99130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99130B is #66ECF4. Grayscale: #3A3A3A. Windows color (decimal): -6745333 or 725913. OLE color: 725913.

HSL color Cylindrical-coordinate representation of color #99130B: hue angle of 3.38º degrees, saturation: 0.87, 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 #99130B is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 11 -
CMYK 0 0.88 0.93 0.4
HSL 3.38º 0.87% 0.32% -
HSV(B) 3.38º 0.93% 0.6% -
XYZ 13.43 7.26 1.01 -
YUV 58.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 153 19 11 0 0.88 0.93 0.4 3.38 0.87 0.32
Hex 99 13 B 0 58 5D 28 3 57 20
Octal 231 23 13 0 130 135 50 3 127 40
Binary 10011001 10011 1011 0 1011000 1011101 101000 11 1010111 100000

Color Harmonies of #99130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99130B

Black with #99130B

Text Example


Text Example

White with #99130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99130B; }

 p { color: rgb(153,19,11); }

 H1.HeaderClassName
 {
   color: #99130B;
 }
 .AnyTagClassName
 {
   color: #99130B;
 }
</style>

background-color css

<style>
 a { background-color: #99130B; }

 a { background-color: rgb(153,19,11); }

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

border-color css

<style>
 span { border-color: #99130B; }

 span { border-color: rgb(153,19,11); }

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