Html Css Color HEX #911505 Dark Red

📋 copy color: '#911505'

red 145 ◦ green 21 ◦ blue 5

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

Shades of Dark Red #911505

Tints of Dark Red #911505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 84.8%
G = 12.28%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#911505 (or 0x911505) is known color: Dark Red. HEX triplet: 91, 15 and 05. RGB value is (145,21,5). Sum of RGB (Red+Green+Blue) = 145+21+5=171 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.80% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 145 - color contains mainly: red. Hex color #911505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911505 is #6EEAFA. Grayscale: #383838. Windows color (decimal): -7269115 or 333201. OLE color: 333201.

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

Color convert

RGB 145 21 5 -
CMYK 0 0.86 0.97 0.43
HSL 6.86º 0.93% 0.29% -
HSV(B) 6.86º 0.97% 0.57% -
XYZ 11.97 6.57 0.78 -
YUV 56.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 145 21 5 0 0.86 0.97 0.43 6.86 0.93 0.29
Hex 91 15 5 0 56 61 2B 7 5D 1D
Octal 221 25 5 0 126 141 53 7 135 35
Binary 10010001 10101 101 0 1010110 1100001 101011 111 1011101 11101

Color Harmonies of #911505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911505

Black with #911505

Text Example


Text Example

White with #911505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911505; }

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

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

background-color css

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

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

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

border-color css

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

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

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