#7F031B

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

Shades of Burgundy #7F031B

Tints of Burgundy #7F031B

Color information

#7F031B (or 0x7F031B) is unknown color: approx Burgundy. HEX triplet: 7F, 03 and 1B. RGB value is (127,3,27). Sum of RGB (Red+Green+Blue) = 127+3+27=157 (20% of max value = 765). Red value is 127 (50% from 255 or 80.89% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 127 - color contains mainly: red. Hex color #7F031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F031B is #80FCE4. Grayscale: #2A2A2A. Windows color (decimal): -8453349 or 1770367. OLE color: 1770367.

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

Color convert

RGB127327-
CMYK00.980.790.50
HSL348.39º95.38%25.49%-
HSV(B)348.39º97.64%49.8%-
XYZ8.984.661.46-
YUV42.81119.08188.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 80.89%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=80.89%
G=1.91%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12732700.980.790.50348.3995.3825.49
Hex7F31B0624F3215c5f19
Octal17733301421176253413731
Binary11111111111011011000101001111110010101011100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,3,27); }

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

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

 a { background-color: rgb(127,3,27); }

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

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

 span { border-color: rgb(127,3,27); }

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