#91053B

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

Shades of Burgundy #91053B

Tints of Burgundy #91053B

Color information

#91053B (or 0x91053B) is unknown color: approx Burgundy. HEX triplet: 91, 05 and 3B. RGB value is (145,5,59). Sum of RGB (Red+Green+Blue) = 145+5+59=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #91053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91053B is #6EFAC4. Grayscale: #343434. Windows color (decimal): -7273157 or 3868049. OLE color: 3868049.

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

Color convert

RGB145559-
CMYK00.970.590.43
HSL336.86º93.33%29.41%-
HSV(B)336.86º96.55%56.86%-
XYZ12.526.444.72-
YUV53.02131.38193.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.38%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=69.38%
G=2.39%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14555900.970.590.43336.8693.3329.41
Hex9153B0613B2B1515d1d
Octal2215730141735352113535
Binary1001000110111101101100001111011101011101010001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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