Html Css Color HEX #990904 Dark Red

📋 copy color: '#990904'

red 153 ◦ green 9 ◦ blue 4

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

Shades of Dark Red #990904

Tints of Dark Red #990904

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 92.17%
G = 5.42%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#990904 (or 0x990904) is known color: Dark Red. HEX triplet: 99, 09 and 04. RGB value is (153,9,4). Sum of RGB (Red+Green+Blue) = 153+9+4=166 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.17% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 153 - color contains mainly: red. Hex color #990904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990904 is #66F6FB. Grayscale: #333333. Windows color (decimal): -6747900 or 264601. OLE color: 264601.

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

Color convert

RGB 153 9 4 -
CMYK 0 0.94 0.97 0.4
HSL 2.01º 0.95% 0.31% -
HSV(B) 2.01º 0.97% 0.6% -
XYZ 13.26 6.98 0.76 -
YUV 51.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 153 9 4 0 0.94 0.97 0.4 2.01 0.95 0.31
Hex 99 9 4 0 5E 61 28 2 5F 1F
Octal 231 11 4 0 136 141 50 2 137 37
Binary 10011001 1001 100 0 1011110 1100001 101000 10 1011111 11111

Color Harmonies of #990904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990904

Black with #990904

Text Example


Text Example

White with #990904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990904; }

 p { color: rgb(153,9,4); }

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

background-color css

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

 a { background-color: rgb(153,9,4); }

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

border-color css

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

 span { border-color: rgb(153,9,4); }

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