Html Css Color HEX #911005 Dark Red

📋 copy color: '#911005'

red 145 ◦ green 16 ◦ blue 5

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

Shades of Dark Red #911005

Tints of Dark Red #911005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 87.35%
G = 9.64%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#911005 (or 0x911005) is known color: Dark Red. HEX triplet: 91, 10 and 05. RGB value is (145,16,5). Sum of RGB (Red+Green+Blue) = 145+16+5=166 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.35% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 145 - color contains mainly: red. Hex color #911005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911005 is #6EEFFA. Grayscale: #353535. Windows color (decimal): -7270395 or 331921. OLE color: 331921.

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

Color convert

RGB 145 16 5 -
CMYK 0 0.89 0.97 0.43
HSL 4.71º 0.93% 0.29% -
HSV(B) 4.71º 0.97% 0.57% -
XYZ 11.89 6.4 0.75 -
YUV 53.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 145 16 5 0 0.89 0.97 0.43 4.71 0.93 0.29
Hex 91 10 5 0 59 61 2B 5 5D 1D
Octal 221 20 5 0 131 141 53 5 135 35
Binary 10010001 10000 101 0 1011001 1100001 101011 101 1011101 11101

Color Harmonies of #911005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911005

Black with #911005

Text Example


Text Example

White with #911005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911005; }

 p { color: rgb(145,16,5); }

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

background-color css

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

 a { background-color: rgb(145,16,5); }

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

border-color css

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

 span { border-color: rgb(145,16,5); }

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