#7F0216

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

Shades of Burgundy #7F0216

Tints of Burgundy #7F0216

Color information

#7F0216 (or 0x7F0216) is unknown color: approx Burgundy. HEX triplet: 7F, 02 and 16. RGB value is (127,2,22). Sum of RGB (Red+Green+Blue) = 127+2+22=151 (20% of max value = 765). Red value is 127 (50% from 255 or 84.11% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0216 is #80FDE9. Grayscale: #292929. Windows color (decimal): -8453610 or 1442431. OLE color: 1442431.

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

Color convert

RGB127222-
CMYK00.980.830.50
HSL350.4º96.9%25.29%-
HSV(B)350.4º98.43%49.8%-
XYZ8.924.611.18-
YUV41.66116.91188.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 84.11%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=84.11%
G=1.32%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12722200.980.830.50350.496.925.29
Hex7F216062533215e6119
Octal17722601421236253614131
Binary11111111010110011000101010011110010101011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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