#91043E

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

Shades of Burgundy #91043E

Tints of Burgundy #91043E

Color information

#91043E (or 0x91043E) is unknown color: approx Burgundy. HEX triplet: 91, 04 and 3E. RGB value is (145,4,62). Sum of RGB (Red+Green+Blue) = 145+4+62=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #91043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91043E is #6EFBC1. Grayscale: #343434. Windows color (decimal): -7273410 or 4064401. OLE color: 4064401.

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

Color convert

RGB145462-
CMYK00.970.570.43
HSL335.32º94.63%29.22%-
HSV(B)335.32º97.24%56.86%-
XYZ12.596.455.14-
YUV52.77133.21193.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 68.72%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=68.72%
G=1.90%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14546200.970.570.43335.3294.6329.22
Hex9143E061392B14f5f1d
Octal2214760141715351713735
Binary1001000110011111001100001111001101011101001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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