#7F112D

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

Shades of Burgundy #7F112D

Tints of Burgundy #7F112D

Color information

#7F112D (or 0x7F112D) is unknown color: approx Burgundy. HEX triplet: 7F, 11 and 2D. RGB value is (127,17,45). Sum of RGB (Red+Green+Blue) = 127+17+45=189 (25% of max value = 765). Red value is 127 (50% from 255 or 67.20% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 127 - color contains mainly: red. Hex color #7F112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F112D is #80EED2. Grayscale: #353535. Windows color (decimal): -8449747 or 2953599. OLE color: 2953599.

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

Color convert

RGB1271745-
CMYK00.870.650.50
HSL344.73º76.39%28.24%-
HSV(B)344.73º86.61%49.8%-
XYZ9.435.12.97-
YUV53.08123.44180.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.20%
GREEN value IS 17 (7.03% from 255) = 8.99%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=67.20%
G=8.99%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127174500.870.650.50344.7376.3928.24
Hex7F112D05741321594c1c
Octal177215501271016253111434
Binary111111110001101101010101111000001110010101011001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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