Html Css Color HEX #911500 Dark Red

📋 copy color: '#911500'

red 145 ◦ green 21 ◦ blue 0

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

Shades of Dark Red #911500

Tints of Dark Red #911500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.35%
G = 12.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#911500 (or 0x911500) is known color: Dark Red. HEX triplet: 91, 15 and 00. RGB value is (145,21,0). Sum of RGB (Red+Green+Blue) = 145+21+0=166 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.35% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 145 - color contains mainly: red. Hex color #911500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911500 is #6EEAFF. Grayscale: #373737. Windows color (decimal): -7269120 or 5521. OLE color: 5521.

HSL color Cylindrical-coordinate representation of color #911500: hue angle of 8.69º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #911500 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 21 0 -
CMYK 0 0.86 1 0.43
HSL 8.69º 1% 0.28% -
HSV(B) 8.69º 1% 0.57% -
XYZ 11.95 6.56 0.64 -
YUV 55.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 145 21 0 0 0.86 1 0.43 8.69 1 0.28
Hex 91 15 0 0 56 64 2B 9 64 1C
Octal 221 25 0 0 126 144 53 11 144 34
Binary 10010001 10101 0 0 1010110 1100100 101011 1001 1100100 11100

Color Harmonies of #911500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911500

Black with #911500

Text Example


Text Example

White with #911500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911500; }

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

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

background-color css

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

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

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

border-color css

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

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

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