#7F0212

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

Shades of Burgundy #7F0212

Tints of Burgundy #7F0212

Color information

#7F0212 (or 0x7F0212) is unknown color: approx Burgundy. HEX triplet: 7F, 02 and 12. RGB value is (127,2,18). Sum of RGB (Red+Green+Blue) = 127+2+18=147 (19% of max value = 765). Red value is 127 (50% from 255 or 86.39% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0212 is #80FDED. Grayscale: #292929. Windows color (decimal): -8453614 or 1180287. OLE color: 1180287.

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

Color convert

RGB127218-
CMYK00.980.860.50
HSL352.32º96.9%25.29%-
HSV(B)352.32º98.43%49.8%-
XYZ8.884.60.99-
YUV41.2114.91189.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 86.39%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=86.39%
G=1.36%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12721800.980.860.50352.3296.925.29
Hex7F21206256321606119
Octal17722201421266254014131
Binary11111111010010011000101010110110010101100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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