#920D37

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

Shades of Burgundy #920D37

Tints of Burgundy #920D37

Color information

#920D37 (or 0x920D37) is unknown color: approx Burgundy. HEX triplet: 92, 0D and 37. RGB value is (146,13,55). Sum of RGB (Red+Green+Blue) = 146+13+55=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #920D37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D37 is #6DF2C8. Grayscale: #393939. Windows color (decimal): -7205577 or 3607954. OLE color: 3607954.

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

Color convert

RGB1461355-
CMYK00.910.620.43
HSL341.05º83.65%31.18%-
HSV(B)341.05º91.1%57.25%-
XYZ12.696.674.23-
YUV57.56126.56191.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.22%
GREEN value IS 13 (5.47% from 255) = 6.07%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=68.22%
G=6.07%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146135500.910.620.43341.0583.6531.18
Hex92D3705B3E2B155541f
Octal22215670133765352512437
Binary10010010110111011101011011111110101011101010101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920D37; }

 p { color: rgb(146,13,55); }

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

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

 a { background-color: rgb(146,13,55); }

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

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

 span { border-color: rgb(146,13,55); }

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