#7F111A

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

Shades of Burgundy #7F111A

Tints of Burgundy #7F111A

Color information

#7F111A (or 0x7F111A) is unknown color: approx Burgundy. HEX triplet: 7F, 11 and 1A. RGB value is (127,17,26). Sum of RGB (Red+Green+Blue) = 127+17+26=170 (22% of max value = 765). Red value is 127 (50% from 255 or 74.71% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 127 - color contains mainly: red. Hex color #7F111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F111A is #80EEE5. Grayscale: #323232. Windows color (decimal): -8449766 or 1708415. OLE color: 1708415.

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

Color convert

RGB1271726-
CMYK00.870.800.50
HSL355.09º76.39%28.24%-
HSV(B)355.09º86.61%49.8%-
XYZ9.144.991.46-
YUV50.92113.94182.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 74.71%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=74.71%
G=10%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127172600.870.800.50355.0976.3928.24
Hex7F111A05750321634c1c
Octal177213201271206254311434
Binary11111111000111010010101111010000110010101100011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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