Html Css Color HEX #991306 Dark Red

📋 copy color: '#991306'

red 153 ◦ green 19 ◦ blue 6

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

Shades of Dark Red #991306

Tints of Dark Red #991306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.37%

R = 85.96%
G = 10.67%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#991306 (or 0x991306) is known color: Dark Red. HEX triplet: 99, 13 and 06. RGB value is (153,19,6). Sum of RGB (Red+Green+Blue) = 153+19+6=178 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.96% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 153 - color contains mainly: red. Hex color #991306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991306 is #66ECF9. Grayscale: #393939. Windows color (decimal): -6745338 or 398233. OLE color: 398233.

HSL color Cylindrical-coordinate representation of color #991306: hue angle of 5.31º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #991306 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 6 -
CMYK 0 0.88 0.96 0.4
HSL 5.31º 0.92% 0.31% -
HSV(B) 5.31º 0.96% 0.6% -
XYZ 13.4 7.25 0.87 -
YUV 57.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 153 19 6 0 0.88 0.96 0.4 5.31 0.92 0.31
Hex 99 13 6 0 58 60 28 5 5C 1F
Octal 231 23 6 0 130 140 50 5 134 37
Binary 10011001 10011 110 0 1011000 1100000 101000 101 1011100 11111

Color Harmonies of #991306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991306

Black with #991306

Text Example


Text Example

White with #991306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991306; }

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

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

background-color css

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

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

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

border-color css

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

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

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