#920D2D

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

Shades of Burgundy #920D2D

Tints of Burgundy #920D2D

Color information

#920D2D (or 0x920D2D) is unknown color: approx Burgundy. HEX triplet: 92, 0D and 2D. RGB value is (146,13,45). Sum of RGB (Red+Green+Blue) = 146+13+45=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #920D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D2D is #6DF2D2. Grayscale: #383838. Windows color (decimal): -7205587 or 2952594. OLE color: 2952594.

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

Color convert

RGB1461345-
CMYK00.910.690.43
HSL345.56º83.65%31.18%-
HSV(B)345.56º91.1%57.25%-
XYZ12.476.593.1-
YUV56.42121.56191.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.57%
GREEN value IS 13 (5.47% from 255) = 6.37%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=71.57%
G=6.37%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146134500.910.690.43345.5683.6531.18
Hex92D2D05B452B15a541f
Octal222155501331055353212437
Binary100100101101101101010110111000101101011101011010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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