#7F0416

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

Shades of Burgundy #7F0416

Tints of Burgundy #7F0416

Color information

#7F0416 (or 0x7F0416) is unknown color: approx Burgundy. HEX triplet: 7F, 04 and 16. RGB value is (127,4,22). Sum of RGB (Red+Green+Blue) = 127+4+22=153 (20% of max value = 765). Red value is 127 (50% from 255 or 83.01% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0416 is #80FBE9. Grayscale: #2A2A2A. Windows color (decimal): -8453098 or 1442943. OLE color: 1442943.

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

Color convert

RGB127422-
CMYK00.970.830.50
HSL351.22º93.89%25.69%-
HSV(B)351.22º96.85%49.8%-
XYZ8.944.661.19-
YUV42.83116.25188.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 83.01%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=83.01%
G=2.61%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12742200.970.830.50351.2293.8925.69
Hex7F416061533215f5e1a
Octal17742601411236253713632
Binary111111110010110011000011010011110010101011111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,4,22); }

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

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

 a { background-color: rgb(127,4,22); }

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

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

 span { border-color: rgb(127,4,22); }

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