#7C0112

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

Shades of Burgundy #7C0112

Tints of Burgundy #7C0112

Color information

#7C0112 (or 0x7C0112) is unknown color: approx Burgundy. HEX triplet: 7C, 01 and 12. RGB value is (124,1,18). Sum of RGB (Red+Green+Blue) = 124+1+18=143 (18% of max value = 765). Red value is 124 (48.83% from 255 or 86.71% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0112 is #83FEED. Grayscale: #272727. Windows color (decimal): -8650478 or 1180028. OLE color: 1180028.

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

Color convert

RGB124118-
CMYK00.990.850.51
HSL351.71º98.4%24.51%-
HSV(B)351.71º99.19%48.63%-
XYZ8.434.350.97-
YUV39.72115.75188.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 86.71%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=86.71%
G=0.70%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411800.990.850.51351.7198.424.51
Hex7C11206355331606219
Octal17412201431256354014231
Binary1111100110010011000111010101110011101100000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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