#7A021B

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

Shades of Burgundy #7A021B

Tints of Burgundy #7A021B

Color information

#7A021B (or 0x7A021B) is unknown color: approx Burgundy. HEX triplet: 7A, 02 and 1B. RGB value is (122,2,27). Sum of RGB (Red+Green+Blue) = 122+2+27=151 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.79% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 122 - color contains mainly: red. Hex color #7A021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A021B is #85FDE4. Grayscale: #282828. Windows color (decimal): -8781285 or 1770106. OLE color: 1770106.

HSL color Cylindrical-coordinate representation of color #7A021B: hue angle of 347.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A021B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB122227-
CMYK00.980.780.52
HSL347.5º96.77%24.31%-
HSV(B)347.5º98.36%47.84%-
XYZ8.254.261.42-
YUV40.73120.26185.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 80.79%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=80.79%
G=1.32%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12222700.980.780.52347.596.7724.31
Hex7A21B0624E3415c6118
Octal17223301421166453414130
Binary11110101011011011000101001110110100101011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,2,27); }

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

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

 a { background-color: rgb(122,2,27); }

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

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

 span { border-color: rgb(122,2,27); }

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