#910C37

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

Shades of Burgundy #910C37

Tints of Burgundy #910C37

Color information

#910C37 (or 0x910C37) is unknown color: approx Burgundy. HEX triplet: 91, 0C and 37. RGB value is (145,12,55). Sum of RGB (Red+Green+Blue) = 145+12+55=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #910C37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C37 is #6EF3C8. Grayscale: #383838. Windows color (decimal): -7271369 or 3607697. OLE color: 3607697.

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

Color convert

RGB1451255-
CMYK00.920.620.43
HSL340.6º84.71%30.78%-
HSV(B)340.6º91.72%56.86%-
XYZ12.56.564.22-
YUV56.67127.06191-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 68.40%
GREEN value IS 12 (5.08% from 255) = 5.66%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=68.40%
G=5.66%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145125500.920.620.43340.684.7130.78
Hex91C3705C3E2B155551f
Octal22114670134765352512537
Binary10010001110011011101011100111110101011101010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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