#920A30

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

Shades of Burgundy #920A30

Tints of Burgundy #920A30

Color information

#920A30 (or 0x920A30) is unknown color: approx Burgundy. HEX triplet: 92, 0A and 30. RGB value is (146,10,48). Sum of RGB (Red+Green+Blue) = 146+10+48=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #920A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920A30 is #6DF5CF. Grayscale: #363636. Windows color (decimal): -7206352 or 3148434. OLE color: 3148434.

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

Color convert

RGB1461048-
CMYK00.930.670.43
HSL343.24º87.18%30.59%-
HSV(B)343.24º93.15%57.25%-
XYZ12.56.543.4-
YUV55124.06192.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.57%
GREEN value IS 10 (4.30% from 255) = 4.90%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=71.57%
G=4.90%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146104800.930.670.43343.2487.1830.59
Hex92A3005D432B157571f
Octal222126001351035352712737
Binary100100101010110000010111011000011101011101010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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