Html Css Color HEX #911000 Dark Red

📋 copy color: '#911000'

red 145 ◦ green 16 ◦ blue 0

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

Shades of Dark Red #911000

Tints of Dark Red #911000

RGB

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

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

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

R = 90.06%
G = 9.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#911000 (or 0x911000) is known color: Dark Red. HEX triplet: 91, 10 and 00. RGB value is (145,16,0). Sum of RGB (Red+Green+Blue) = 145+16+0=161 (21% of max value = 765). Red value is 145 (57.03% from 255 or 90.06% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 145 - color contains mainly: red. Hex color #911000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911000 is #6EEFFF. Grayscale: #343434. Windows color (decimal): -7270400 or 4241. OLE color: 4241.

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

Color convert

RGB 145 16 0 -
CMYK 0 0.89 1 0.43
HSL 6.62º 1% 0.28% -
HSV(B) 6.62º 1% 0.57% -
XYZ 11.86 6.39 0.61 -
YUV 52.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 145 16 0 0 0.89 1 0.43 6.62 1 0.28
Hex 91 10 0 0 59 64 2B 7 64 1C
Octal 221 20 0 0 131 144 53 7 144 34
Binary 10010001 10000 0 0 1011001 1100100 101011 111 1100100 11100

Color Harmonies of #911000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911000

Black with #911000

Text Example


Text Example

White with #911000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911000; }

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

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

background-color css

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

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

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

border-color css

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

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

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