#7C040F

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

Shades of Burgundy #7C040F

Tints of Burgundy #7C040F

Color information

#7C040F (or 0x7C040F) is unknown color: approx Burgundy. HEX triplet: 7C, 04 and 0F. RGB value is (124,4,15). Sum of RGB (Red+Green+Blue) = 124+4+15=143 (18% of max value = 765). Red value is 124 (48.83% from 255 or 86.71% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 124 - color contains mainly: red. Hex color #7C040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C040F is #83FBF0. Grayscale: #292929. Windows color (decimal): -8649713 or 984188. OLE color: 984188.

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

Color convert

RGB124415-
CMYK00.970.880.51
HSL354.5º93.75%25.1%-
HSV(B)354.5º96.77%48.63%-
XYZ8.444.410.86-
YUV41.13113.26187.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 86.71%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=86.71%
G=2.80%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12441500.970.880.51354.593.7525.1
Hex7C4F06158331625e19
Octal17441701411306354213631
Binary11111001001111011000011011000110011101100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,4,15); }

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

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

 a { background-color: rgb(124,4,15); }

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

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

 span { border-color: rgb(124,4,15); }

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