#7B0220

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

Shades of Burgundy #7B0220

Tints of Burgundy #7B0220

Color information

#7B0220 (or 0x7B0220) is unknown color: approx Burgundy. HEX triplet: 7B, 02 and 20. RGB value is (123,2,32). Sum of RGB (Red+Green+Blue) = 123+2+32=157 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.34% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0220 is #84FDDF. Grayscale: #292929. Windows color (decimal): -8715744 or 2097787. OLE color: 2097787.

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

Color convert

RGB123232-
CMYK00.980.740.52
HSL345.12º96.8%24.51%-
HSV(B)345.12º98.37%48.24%-
XYZ8.454.361.76-
YUV41.6122.59186.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 78.34%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=78.34%
G=1.27%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12323200.980.740.52345.1296.824.51
Hex7B2200624A341596119
Octal17324001421126453114131
Binary111101110100000011000101001010110100101011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,32); }

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

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

 a { background-color: rgb(123,2,32); }

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

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

 span { border-color: rgb(123,2,32); }

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