Html Css Color HEX #911D00 Dark Red

📋 copy color: '#911D00'

red 145 ◦ green 29 ◦ blue 0

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

Shades of Dark Red #911D00

Tints of Dark Red #911D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

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

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#911D00 (or 0x911D00) is known color: Dark Red. HEX triplet: 91, 1D and 00. RGB value is (145,29,0). Sum of RGB (Red+Green+Blue) = 145+29+0=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #911D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D00 is #6EE2FF. Grayscale: #3C3C3C. Windows color (decimal): -7267072 or 7569. OLE color: 7569.

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

Color convert

RGB 145 29 0 -
CMYK 0 0.8 1 0.43
HSL 12º 1% 0.28% -
HSV(B) 12º 1% 0.57% -
XYZ 12.12 6.9 0.69 -
YUV 60.38 93.93 188.36 -
System Red Green Blue C M Y K H S L
Decimal 145 29 0 0 0.8 1 0.43 12 1 0.28
Hex 91 1D 0 0 50 64 2B C 64 1C
Octal 221 35 0 0 120 144 53 14 144 34
Binary 10010001 11101 0 0 1010000 1100100 101011 1100 1100100 11100

Color Harmonies of #911D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D00

Black with #911D00

Text Example


Text Example

White with #911D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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