#91053A

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

Shades of Burgundy #91053A

Tints of Burgundy #91053A

Color information

#91053A (or 0x91053A) is unknown color: approx Burgundy. HEX triplet: 91, 05 and 3A. RGB value is (145,5,58). Sum of RGB (Red+Green+Blue) = 145+5+58=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #91053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91053A is #6EFAC5. Grayscale: #343434. Windows color (decimal): -7273158 or 3802513. OLE color: 3802513.

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

Color convert

RGB145558-
CMYK00.970.60.43
HSL337.29º93.33%29.41%-
HSV(B)337.29º96.55%56.86%-
XYZ12.56.434.59-
YUV52.9130.88193.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.71%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=69.71%
G=2.40%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14555800.970.60.43337.2993.3329.41
Hex9153A0613C2B1515d1d
Octal2215720141745352113535
Binary1001000110111101001100001111100101011101010001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91053A; }

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

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

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

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

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

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

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

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