Html Css Color HEX #991104 Dark Red

📋 copy color: '#991104'

red 153 ◦ green 17 ◦ blue 4

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

Shades of Dark Red #991104

Tints of Dark Red #991104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

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

R = 87.93%
G = 9.77%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#991104 (or 0x991104) is known color: Dark Red. HEX triplet: 99, 11 and 04. RGB value is (153,17,4). Sum of RGB (Red+Green+Blue) = 153+17+4=174 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.93% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 153 - color contains mainly: red. Hex color #991104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991104 is #66EEFB. Grayscale: #383838. Windows color (decimal): -6745852 or 266649. OLE color: 266649.

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

Color convert

RGB 153 17 4 -
CMYK 0 0.89 0.97 0.4
HSL 5.23º 0.95% 0.31% -
HSV(B) 5.23º 0.97% 0.6% -
XYZ 13.36 7.18 0.8 -
YUV 56.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 153 17 4 0 0.89 0.97 0.4 5.23 0.95 0.31
Hex 99 11 4 0 59 61 28 5 5F 1F
Octal 231 21 4 0 131 141 50 5 137 37
Binary 10011001 10001 100 0 1011001 1100001 101000 101 1011111 11111

Color Harmonies of #991104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991104

Black with #991104

Text Example


Text Example

White with #991104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991104; }

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

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

background-color css

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

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

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

border-color css

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

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

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