#91082C

Color #91082C Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #91082C

Tints of Burgundy #91082C

Color information

#91082C (or 0x91082C) is unknown color: approx Burgundy. HEX triplet: 91, 08 and 2C. RGB value is (145,8,44). Sum of RGB (Red+Green+Blue) = 145+8+44=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91082C is #6EF7D3. Grayscale: #353535. Windows color (decimal): -7272404 or 2885777. OLE color: 2885777.

HSL color Cylindrical-coordinate representation of color #91082C: hue angle of 344.23º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91082C is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB145844-
CMYK00.940.700.43
HSL344.23º89.54%30%-
HSV(B)344.23º94.48%56.86%-
XYZ12.226.382.97-
YUV53.07122.89193.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.60%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=73.60%
G=4.06%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14584400.940.700.43344.2389.5430
Hex9182C05E462B1585a1e
Octal221105401361065353013236
Binary100100011000101100010111101000110101011101011000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91082C; }

 p { color: rgb(145,8,44); }

 H1.HeaderClassName
 {
   color: #91082C;
 }
 .AnyTagClassName
 {
   color: #91082C;
 }
</style>
background-color css

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

 a { background-color: rgb(145,8,44); }

 div.DivClassName
 {
   background-color: #91082C;
 }
 .BgClassName
 {
   background-color: #91082C;
 }
</style>
border-color css

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

 span { border-color: rgb(145,8,44); }

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