Html Css Color HEX #992000 Dark Red

📋 copy color: '#992000'

red 153 ◦ green 32 ◦ blue 0

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

Shades of Dark Red #992000

Tints of Dark Red #992000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

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

R = 82.7%
G = 17.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#992000 (or 0x992000) is known color: Dark Red. HEX triplet: 99, 20 and 00. RGB value is (153,32,0). Sum of RGB (Red+Green+Blue) = 153+32+0=185 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.70% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 153 - color contains mainly: red. Hex color #992000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992000 is #66DFFF. Grayscale: #404040. Windows color (decimal): -6742016 or 8345. OLE color: 8345.

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

Color convert

RGB 153 32 0 -
CMYK 0 0.79 1 0.4
HSL 12.55º 1% 0.3% -
HSV(B) 12.55º 1% 0.6% -
XYZ 13.65 7.81 0.79 -
YUV 64.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 153 32 0 0 0.79 1 0.4 12.55 1 0.3
Hex 99 20 0 0 4F 64 28 D 64 1E
Octal 231 40 0 0 117 144 50 15 144 36
Binary 10011001 100000 0 0 1001111 1100100 101000 1101 1100100 11110

Color Harmonies of #992000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992000

Black with #992000

Text Example


Text Example

White with #992000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992000; }

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

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

background-color css

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

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

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

border-color css

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

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

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