#910636

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

Shades of Burgundy #910636

Tints of Burgundy #910636

Color information

#910636 (or 0x910636) is unknown color: approx Burgundy. HEX triplet: 91, 06 and 36. RGB value is (145,6,54). Sum of RGB (Red+Green+Blue) = 145+6+54=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #910636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910636 is #6EF9C9. Grayscale: #343434. Windows color (decimal): -7272906 or 3540625. OLE color: 3540625.

HSL color Cylindrical-coordinate representation of color #910636: hue angle of 339.28º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910636 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB145654-
CMYK00.960.630.43
HSL339.28º92.05%29.61%-
HSV(B)339.28º95.86%56.86%-
XYZ12.416.424.07-
YUV53.03128.55193.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.73%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=70.73%
G=2.93%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14565400.960.630.43339.2892.0529.61
Hex916360603F2B1535c1e
Octal2216660140775352313436
Binary1001000111011011001100000111111101011101010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910636; }

 p { color: rgb(145,6,54); }

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

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

 a { background-color: rgb(145,6,54); }

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

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

 span { border-color: rgb(145,6,54); }

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