#920C2F

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

Shades of Burgundy #920C2F

Tints of Burgundy #920C2F

Color information

#920C2F (or 0x920C2F) is unknown color: approx Burgundy. HEX triplet: 92, 0C and 2F. RGB value is (146,12,47). Sum of RGB (Red+Green+Blue) = 146+12+47=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #920C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920C2F is #6DF3D0. Grayscale: #383838. Windows color (decimal): -7205841 or 3083410. OLE color: 3083410.

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

Color convert

RGB1461247-
CMYK00.920.680.43
HSL344.33º84.81%30.98%-
HSV(B)344.33º91.78%57.25%-
XYZ12.56.583.3-
YUV56.06122.89192.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.22%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=71.22%
G=5.85%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146124700.920.680.43344.3384.8130.98
Hex92C2F05C442B158551f
Octal222145701341045353012537
Binary100100101100101111010111001000100101011101011000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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