Html Css Color HEX #910904 Dark Red

📋 copy color: '#910904'

red 145 ◦ green 9 ◦ blue 4

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

Shades of Dark Red #910904

Tints of Dark Red #910904

RGB

 RED value IS 145 (57.03% from 255) = 91.77%

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

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

R = 91.77%
G = 5.7%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#910904 (or 0x910904) is known color: Dark Red. HEX triplet: 91, 09 and 04. RGB value is (145,9,4). Sum of RGB (Red+Green+Blue) = 145+9+4=158 (20% of max value = 765). Red value is 145 (57.03% from 255 or 91.77% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 145 - color contains mainly: red. Hex color #910904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910904 is #6EF6FB. Grayscale: #313131. Windows color (decimal): -7272188 or 264593. OLE color: 264593.

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

Color convert

RGB 145 9 4 -
CMYK 0 0.94 0.97 0.43
HSL 2.13º 0.95% 0.29% -
HSV(B) 2.13º 0.97% 0.57% -
XYZ 11.8 6.22 0.69 -
YUV 49.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 145 9 4 0 0.94 0.97 0.43 2.13 0.95 0.29
Hex 91 9 4 0 5E 61 2B 2 5F 1D
Octal 221 11 4 0 136 141 53 2 137 35
Binary 10010001 1001 100 0 1011110 1100001 101011 10 1011111 11101

Color Harmonies of #910904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910904

Black with #910904

Text Example


Text Example

White with #910904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910904; }

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

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

background-color css

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

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

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

border-color css

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

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

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