#7C020F

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

Shades of Burgundy #7C020F

Tints of Burgundy #7C020F

Color information

#7C020F (or 0x7C020F) is unknown color: approx Burgundy. HEX triplet: 7C, 02 and 0F. RGB value is (124,2,15). Sum of RGB (Red+Green+Blue) = 124+2+15=141 (18% of max value = 765). Red value is 124 (48.83% from 255 or 87.94% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 124 - color contains mainly: red. Hex color #7C020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C020F is #83FDF0. Grayscale: #282828. Windows color (decimal): -8650225 or 983676. OLE color: 983676.

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

Color convert

RGB124215-
CMYK00.980.880.51
HSL353.61º96.83%24.71%-
HSV(B)353.61º98.39%48.63%-
XYZ8.424.360.85-
YUV39.96113.92187.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 87.94%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=87.94%
G=1.42%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12421500.980.880.51353.6196.8324.71
Hex7C2F06258331626119
Octal17421701421306354214131
Binary1111100101111011000101011000110011101100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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