#7C0222

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

Shades of Burgundy #7C0222

Tints of Burgundy #7C0222

Color information

#7C0222 (or 0x7C0222) is unknown color: approx Burgundy. HEX triplet: 7C, 02 and 22. RGB value is (124,2,34). Sum of RGB (Red+Green+Blue) = 124+2+34=160 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.5% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0222 is #83FDDD. Grayscale: #2A2A2A. Windows color (decimal): -8650206 or 2228860. OLE color: 2228860.

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

Color convert

RGB124234-
CMYK00.980.730.51
HSL344.26º96.83%24.71%-
HSV(B)344.26º98.39%48.63%-
XYZ8.624.441.92-
YUV42.13123.42186.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.5%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 34 (13.67% from 255) = 21.25%
R=77.5%
G=1.25%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12423400.980.730.51344.2696.8324.71
Hex7C22206249331586119
Octal17424201421116353014131
Binary111110010100010011000101001001110011101011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,2,34); }

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

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

 a { background-color: rgb(124,2,34); }

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

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

 span { border-color: rgb(124,2,34); }

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