Html Css Color HEX #911032 Burgundy

📋 copy color: '#911032'

red 145 ◦ green 16 ◦ blue 50

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

Shades of Burgundy #911032

Tints of Burgundy #911032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 68.72%
G = 7.58%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#911032 (or 0x911032) is known color: Burgundy. HEX triplet: 91, 10 and 32. RGB value is (145,16,50). Sum of RGB (Red+Green+Blue) = 145+16+50=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #911032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911032 is #6EEFCD. Grayscale: #3A3A3A. Windows color (decimal): -7270350 or 3281041. OLE color: 3281041.

HSL color Cylindrical-coordinate representation of color #911032: hue angle of 344.19º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911032 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 16 50 -
CMYK 0 0.89 0.66 0.43
HSL 344.19º 0.8% 0.32% -
HSV(B) 344.19º 0.89% 0.57% -
XYZ 12.44 6.62 3.64 -
YUV 58.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 145 16 50 0 0.89 0.66 0.43 344.19 0.8 0.32
Hex 91 10 32 0 59 42 2B 158 50 20
Octal 221 20 62 0 131 102 53 530 120 40
Binary 10010001 10000 110010 0 1011001 1000010 101011 101011000 1010000 100000

Color Harmonies of #911032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911032

Black with #911032

Text Example


Text Example

White with #911032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911032; }

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

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

background-color css

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

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

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

border-color css

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

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

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