Html Css Color HEX #911201 Dark Red

📋 copy color: '#911201'

red 145 ◦ green 18 ◦ blue 1

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

Shades of Dark Red #911201

Tints of Dark Red #911201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 88.41%
G = 10.98%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#911201 (or 0x911201) is known color: Dark Red. HEX triplet: 91, 12 and 01. RGB value is (145,18,1). Sum of RGB (Red+Green+Blue) = 145+18+1=164 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.41% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 145 - color contains mainly: red. Hex color #911201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911201 is #6EEDFE. Grayscale: #363636. Windows color (decimal): -7269887 or 70289. OLE color: 70289.

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

Color convert

RGB 145 18 1 -
CMYK 0 0.88 0.99 0.43
HSL 7.08º 0.99% 0.29% -
HSV(B) 7.08º 0.99% 0.57% -
XYZ 11.9 6.45 0.65 -
YUV 54.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 145 18 1 0 0.88 0.99 0.43 7.08 0.99 0.29
Hex 91 12 1 0 58 63 2B 7 63 1D
Octal 221 22 1 0 130 143 53 7 143 35
Binary 10010001 10010 1 0 1011000 1100011 101011 111 1100011 11101

Color Harmonies of #911201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911201

Black with #911201

Text Example


Text Example

White with #911201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911201; }

 p { color: rgb(145,18,1); }

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

background-color css

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

 a { background-color: rgb(145,18,1); }

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

border-color css

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

 span { border-color: rgb(145,18,1); }

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