#920D30

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

Shades of Burgundy #920D30

Tints of Burgundy #920D30

Color information

#920D30 (or 0x920D30) is unknown color: approx Burgundy. HEX triplet: 92, 0D and 30. RGB value is (146,13,48). Sum of RGB (Red+Green+Blue) = 146+13+48=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #920D30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D30 is #6DF2CF. Grayscale: #383838. Windows color (decimal): -7205584 or 3149202. OLE color: 3149202.

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

Color convert

RGB1461348-
CMYK00.910.670.43
HSL344.21º83.65%31.18%-
HSV(B)344.21º91.1%57.25%-
XYZ12.536.613.41-
YUV56.76123.06191.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.53%
GREEN value IS 13 (5.47% from 255) = 6.28%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=70.53%
G=6.28%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146134800.910.670.43344.2183.6531.18
Hex92D3005B432B158541f
Octal222156001331035353012437
Binary100100101101110000010110111000011101011101011000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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