#91093a

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

Shades of Burgundy #91093A

Tints of Burgundy #91093A

Color information

#91093A (or 0x91093A) is unknown color: approx Burgundy. HEX triplet: 91, 09 and 3A. RGB value is (145,9,58). Sum of RGB (Red+Green+Blue) = 145+9+58=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #91093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91093A is #6EF6C5. Grayscale: #373737. Windows color (decimal): -7272134 or 3803537. OLE color: 3803537.

HSL color Cylindrical-coordinate representation of color #91093A: hue angle of 338.38º degrees, saturation: 0.88, 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 #91093A is Cyan = 0, Magento = 0.94, Yellow = 0.6 and Black (K on CMYK) = 0.43.

Color convert

RGB145958-
CMYK00.940.60.43
HSL338.38º88.31%30.2%-
HSV(B)338.38º93.79%56.86%-
XYZ12.546.524.6-
YUV55.25129.56192.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 68.40%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=68.40%
G=4.25%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14595800.940.60.43338.3888.3130.2
Hex9193A05E3C2B152581e
Octal22111720136745352213036
Binary10010001100111101001011110111100101011101010010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91093a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91093a; }

 p { color: rgb(145,9,58); }

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

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

 a { background-color: rgb(145,9,58); }

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

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

 span { border-color: rgb(145,9,58); }

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