#7F112F

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

Shades of Burgundy #7F112F

Tints of Burgundy #7F112F

Color information

#7F112F (or 0x7F112F) is unknown color: approx Burgundy. HEX triplet: 7F, 11 and 2F. RGB value is (127,17,47). Sum of RGB (Red+Green+Blue) = 127+17+47=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F112F is #80EED0. Grayscale: #353535. Windows color (decimal): -8449745 or 3084671. OLE color: 3084671.

HSL color Cylindrical-coordinate representation of color #7F112F: hue angle of 343.64º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F112F is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB1271747-
CMYK00.870.630.50
HSL343.64º76.39%28.24%-
HSV(B)343.64º86.61%49.8%-
XYZ9.475.123.18-
YUV53.31124.44180.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 66.49%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=66.49%
G=8.90%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127174700.870.630.50343.6476.3928.24
Hex7F112F0573F321584c1c
Octal17721570127776253011434
Binary11111111000110111101010111111111110010101011000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,17,47); }

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

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

 a { background-color: rgb(127,17,47); }

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

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

 span { border-color: rgb(127,17,47); }

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