#920D31

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

Shades of Burgundy #920D31

Tints of Burgundy #920D31

Color information

#920D31 (or 0x920D31) is unknown color: approx Burgundy. HEX triplet: 92, 0D and 31. RGB value is (146,13,49). Sum of RGB (Red+Green+Blue) = 146+13+49=208 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.19% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 146 - color contains mainly: red. Hex color #920D31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D31 is #6DF2CE. Grayscale: #383838. Windows color (decimal): -7205583 or 3214738. OLE color: 3214738.

HSL color Cylindrical-coordinate representation of color #920D31: hue angle of 343.76º 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 #920D31 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1461349-
CMYK00.910.660.43
HSL343.76º83.65%31.18%-
HSV(B)343.76º91.1%57.25%-
XYZ12.556.623.52-
YUV56.87123.56191.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.19%
GREEN value IS 13 (5.47% from 255) = 6.25%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=70.19%
G=6.25%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146134900.910.660.43343.7683.6531.18
Hex92D3105B422B158541f
Octal222156101331025353012437
Binary100100101101110001010110111000010101011101011000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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