Html Css Color HEX #990800 Dark Red

📋 copy color: '#990800'

red 153 ◦ green 8 ◦ blue 0

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

Shades of Dark Red #990800

Tints of Dark Red #990800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 95.03%
G = 4.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#990800 (or 0x990800) is known color: Dark Red. HEX triplet: 99, 08 and 00. RGB value is (153,8,0). Sum of RGB (Red+Green+Blue) = 153+8+0=161 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.03% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 153 - color contains mainly: red. Hex color #990800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990800 is #66F7FF. Grayscale: #323232. Windows color (decimal): -6748160 or 2201. OLE color: 2201.

HSL color Cylindrical-coordinate representation of color #990800: hue angle of 3.14º 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 #990800 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 0 -
CMYK 0 0.95 1 0.4
HSL 3.14º 1% 0.3% -
HSV(B) 3.14º 1% 0.6% -
XYZ 13.22 6.95 0.64 -
YUV 50.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 153 8 0 0 0.95 1 0.4 3.14 1 0.3
Hex 99 8 0 0 5F 64 28 3 64 1E
Octal 231 10 0 0 137 144 50 3 144 36
Binary 10011001 1000 0 0 1011111 1100100 101000 11 1100100 11110

Color Harmonies of #990800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990800

Black with #990800

Text Example


Text Example

White with #990800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990800; }

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

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

background-color css

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

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

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

border-color css

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

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

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