#7C0815

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

Shades of Burgundy #7C0815

Tints of Burgundy #7C0815

Color information

#7C0815 (or 0x7C0815) is unknown color: approx Burgundy. HEX triplet: 7C, 08 and 15. RGB value is (124,8,21). Sum of RGB (Red+Green+Blue) = 124+8+21=153 (20% of max value = 765). Red value is 124 (48.83% from 255 or 81.05% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0815 is #83F7EA. Grayscale: #2C2C2C. Windows color (decimal): -8648683 or 1378428. OLE color: 1378428.

HSL color Cylindrical-coordinate representation of color #7C0815: hue angle of 353.28º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0815 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB124821-
CMYK00.940.830.51
HSL353.28º87.88%25.88%-
HSV(B)353.28º93.55%48.63%-
XYZ8.534.511.13-
YUV44.17114.93184.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 81.05%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=81.05%
G=5.23%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12482100.940.830.51353.2887.8825.88
Hex7C81505E5333161581a
Octal174102501361236354113032
Binary1111100100010101010111101010011110011101100001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,8,21); }

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

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

 a { background-color: rgb(124,8,21); }

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

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

 span { border-color: rgb(124,8,21); }

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