#7A0C20

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

Shades of Burgundy #7A0C20

Tints of Burgundy #7A0C20

Color information

#7A0C20 (or 0x7A0C20) is unknown color: approx Burgundy. HEX triplet: 7A, 0C and 20. RGB value is (122,12,32). Sum of RGB (Red+Green+Blue) = 122+12+32=166 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.49% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0C20 is #85F3DF. Grayscale: #2F2F2F. Windows color (decimal): -8778720 or 2100346. OLE color: 2100346.

HSL color Cylindrical-coordinate representation of color #7A0C20: hue angle of 349.09º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C20 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB1221232-
CMYK00.900.740.52
HSL349.09º82.09%26.27%-
HSV(B)349.09º90.16%47.84%-
XYZ8.424.51.79-
YUV47.17119.44181.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.49%
GREEN value IS 12 (5.08% from 255) = 7.23%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=73.49%
G=7.23%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122123200.900.740.52349.0982.0926.27
Hex7AC2005A4A3415d521a
Octal172144001321126453512232
Binary11110101100100000010110101001010110100101011101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A0C20; }

 p { color: rgb(122,12,32); }

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

<style>
 a { background-color: #7A0C20; }

 a { background-color: rgb(122,12,32); }

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

<style>
 span { border-color: #7A0C20; }

 span { border-color: rgb(122,12,32); }

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