#910337

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

Shades of Burgundy #910337

Tints of Burgundy #910337

Color information

#910337 (or 0x910337) is unknown color: approx Burgundy. HEX triplet: 91, 03 and 37. RGB value is (145,3,55). Sum of RGB (Red+Green+Blue) = 145+3+55=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #910337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910337 is #6EFCC8. Grayscale: #333333. Windows color (decimal): -7273673 or 3605393. OLE color: 3605393.

HSL color Cylindrical-coordinate representation of color #910337: hue angle of 338.03º 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 #910337 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB145355-
CMYK00.980.620.43
HSL338.03º95.95%29.02%-
HSV(B)338.03º97.93%56.86%-
XYZ12.46.364.19-
YUV51.39130.04194.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.43%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=71.43%
G=1.48%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14535500.980.620.43338.0395.9529.02
Hex913370623E2B152601d
Octal2213670142765352214035
Binary100100011111011101100010111110101011101010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910337; }

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

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

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

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

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

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

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

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