Html Css Color HEX #991000 Dark Red

📋 copy color: '#991000'

red 153 ◦ green 16 ◦ blue 0

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

Shades of Dark Red #991000

Tints of Dark Red #991000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.53%
G = 9.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#991000 (or 0x991000) is known color: Dark Red. HEX triplet: 99, 10 and 00. RGB value is (153,16,0). Sum of RGB (Red+Green+Blue) = 153+16+0=169 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90.53% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 153 - color contains mainly: red. Hex color #991000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991000 is #66EFFF. Grayscale: #373737. Windows color (decimal): -6746112 or 4249. OLE color: 4249.

HSL color Cylindrical-coordinate representation of color #991000: hue angle of 6.27º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #991000 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 16 0 -
CMYK 0 0.90 1 0.4
HSL 6.27º 1% 0.3% -
HSV(B) 6.27º 1% 0.6% -
XYZ 13.32 7.14 0.68 -
YUV 55.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 153 16 0 0 0.90 1 0.4 6.27 1 0.3
Hex 99 10 0 0 5A 64 28 6 64 1E
Octal 231 20 0 0 132 144 50 6 144 36
Binary 10011001 10000 0 0 1011010 1100100 101000 110 1100100 11110

Color Harmonies of #991000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991000

Black with #991000

Text Example


Text Example

White with #991000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991000; }

 p { color: rgb(153,16,0); }

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

background-color css

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

 a { background-color: rgb(153,16,0); }

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

border-color css

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

 span { border-color: rgb(153,16,0); }

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