#910E36

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

Shades of Burgundy #910E36

Tints of Burgundy #910E36

Color information

#910E36 (or 0x910E36) is unknown color: approx Burgundy. HEX triplet: 91, 0E and 36. RGB value is (145,14,54). Sum of RGB (Red+Green+Blue) = 145+14+54=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #910E36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E36 is #6EF1C9. Grayscale: #393939. Windows color (decimal): -7270858 or 3542673. OLE color: 3542673.

HSL color Cylindrical-coordinate representation of color #910E36: hue angle of 341.68º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E36 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1451454-
CMYK00.900.630.43
HSL341.68º82.39%31.18%-
HSV(B)341.68º90.34%56.86%-
XYZ12.56.64.11-
YUV57.73125.9190.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 68.08%
GREEN value IS 14 (5.86% from 255) = 6.57%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=68.08%
G=6.57%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145145400.900.630.43341.6882.3931.18
Hex91E3605A3F2B156521f
Octal22116660132775352612237
Binary10010001111011011001011010111111101011101010110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910E36; }

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

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

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

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

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

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

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

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