#920D35

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

Shades of Burgundy #920D35

Tints of Burgundy #920D35

Color information

#920D35 (or 0x920D35) is unknown color: approx Burgundy. HEX triplet: 92, 0D and 35. RGB value is (146,13,53). Sum of RGB (Red+Green+Blue) = 146+13+53=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #920D35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D35 is #6DF2CA. Grayscale: #393939. Windows color (decimal): -7205579 or 3476882. OLE color: 3476882.

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

Color convert

RGB1461353-
CMYK00.910.640.43
HSL341.95º83.65%31.18%-
HSV(B)341.95º91.1%57.25%-
XYZ12.646.663.99-
YUV57.33125.56191.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.87%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 53 (21.09% from 255) = 25%
R=68.87%
G=6.13%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146135300.910.640.43341.9583.6531.18
Hex92D3505B402B156541f
Octal222156501331005352612437
Binary100100101101110101010110111000000101011101010110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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