#91033E

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

Shades of Burgundy #91033E

Tints of Burgundy #91033E

Color information

#91033E (or 0x91033E) is unknown color: approx Burgundy. HEX triplet: 91, 03 and 3E. RGB value is (145,3,62). Sum of RGB (Red+Green+Blue) = 145+3+62=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #91033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91033E is #6EFCC1. Grayscale: #343434. Windows color (decimal): -7273666 or 4064145. OLE color: 4064145.

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

Color convert

RGB145362-
CMYK00.980.570.43
HSL335.07º95.95%29.02%-
HSV(B)335.07º97.93%56.86%-
XYZ12.586.435.14-
YUV52.18133.54194.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.05%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=69.05%
G=1.43%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14536200.980.570.43335.0795.9529.02
Hex9133E062392B14f601d
Octal2213760142715351714035
Binary100100011111111001100010111001101011101001111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91033E; }

 p { color: rgb(145,3,62); }

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

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

 a { background-color: rgb(145,3,62); }

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

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

 span { border-color: rgb(145,3,62); }

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