#910137

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

Shades of Burgundy #910137

Tints of Burgundy #910137

Color information

#910137 (or 0x910137) is unknown color: approx Burgundy. HEX triplet: 91, 01 and 37. RGB value is (145,1,55). Sum of RGB (Red+Green+Blue) = 145+1+55=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #910137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910137 is #6EFEC8. Grayscale: #323232. Windows color (decimal): -7274185 or 3604881. OLE color: 3604881.

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

Color convert

RGB145155-
CMYK00.990.620.43
HSL337.5º98.63%28.63%-
HSV(B)337.5º99.31%56.86%-
XYZ12.386.324.18-
YUV50.21130.71195.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 72.14%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=72.14%
G=0.50%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14515500.990.620.43337.598.6328.63
Hex911370633E2B152631d
Octal2211670143765352214335
Binary10010001111011101100011111110101011101010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910137; }

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

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

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

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

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

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

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

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