Html Css Color HEX #911309 Dark Red

📋 copy color: '#911309'

red 145 ◦ green 19 ◦ blue 9

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

Shades of Dark Red #911309

Tints of Dark Red #911309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.98%

 BLUE value IS 9 (3.91% from 255) = 5.2%

R = 83.82%
G = 10.98%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#911309 (or 0x911309) is known color: Dark Red. HEX triplet: 91, 13 and 09. RGB value is (145,19,9). Sum of RGB (Red+Green+Blue) = 145+19+9=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #911309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911309 is #6EECF6. Grayscale: #373737. Windows color (decimal): -7269623 or 594833. OLE color: 594833.

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

Color convert

RGB 145 19 9 -
CMYK 0 0.87 0.94 0.43
HSL 4.41º 0.88% 0.3% -
HSV(B) 4.41º 0.94% 0.57% -
XYZ 11.96 6.51 0.88 -
YUV 55.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 145 19 9 0 0.87 0.94 0.43 4.41 0.88 0.3
Hex 91 13 9 0 57 5E 2B 4 58 1E
Octal 221 23 11 0 127 136 53 4 130 36
Binary 10010001 10011 1001 0 1010111 1011110 101011 100 1011000 11110

Color Harmonies of #911309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911309

Black with #911309

Text Example


Text Example

White with #911309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911309; }

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

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

background-color css

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

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

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

border-color css

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

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

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