#7C0212

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

Shades of Burgundy #7C0212

Tints of Burgundy #7C0212

Color information

#7C0212 (or 0x7C0212) is unknown color: approx Burgundy. HEX triplet: 7C, 02 and 12. RGB value is (124,2,18). Sum of RGB (Red+Green+Blue) = 124+2+18=144 (19% of max value = 765). Red value is 124 (48.83% from 255 or 86.11% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0212 is #83FDED. Grayscale: #282828. Windows color (decimal): -8650222 or 1180284. OLE color: 1180284.

HSL color Cylindrical-coordinate representation of color #7C0212: hue angle of 352.13º 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 #7C0212 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB124218-
CMYK00.980.850.51
HSL352.13º96.83%24.71%-
HSV(B)352.13º98.39%48.63%-
XYZ8.444.370.97-
YUV40.3115.42187.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 86.11%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=86.11%
G=1.39%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12421800.980.850.51352.1396.8324.71
Hex7C21206255331606119
Octal17422201421256354014131
Binary11111001010010011000101010101110011101100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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