#920C30

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

Shades of Burgundy #920C30

Tints of Burgundy #920C30

Color information

#920C30 (or 0x920C30) is unknown color: approx Burgundy. HEX triplet: 92, 0C and 30. RGB value is (146,12,48). Sum of RGB (Red+Green+Blue) = 146+12+48=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #920C30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920C30 is #6DF3CF. Grayscale: #383838. Windows color (decimal): -7205840 or 3148946. OLE color: 3148946.

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

Color convert

RGB1461248-
CMYK00.920.670.43
HSL343.88º84.81%30.98%-
HSV(B)343.88º91.78%57.25%-
XYZ12.526.593.41-
YUV56.17123.39192.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.87%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=70.87%
G=5.83%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146124800.920.670.43343.8884.8130.98
Hex92C3005C432B158551f
Octal222146001341035353012537
Binary100100101100110000010111001000011101011101011000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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