#760E1F

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

Shades of Burgundy #760E1F

Tints of Burgundy #760E1F

Color information

#760E1F (or 0x760E1F) is unknown color: approx Burgundy. HEX triplet: 76, 0E and 1F. RGB value is (118,14,31). Sum of RGB (Red+Green+Blue) = 118+14+31=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #760E1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E1F is #89F1E0. Grayscale: #2F2F2F. Windows color (decimal): -9040353 or 2035318. OLE color: 2035318.

HSL color Cylindrical-coordinate representation of color #760E1F: hue angle of 350.19º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E1F is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1181431-
CMYK00.880.740.54
HSL350.19º78.79%25.88%-
HSV(B)350.19º88.14%46.27%-
XYZ7.884.261.7-
YUV47.03118.96178.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.39%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=72.39%
G=8.59%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118143100.880.740.54350.1978.7925.88
Hex76E1F0584A3615e4f1a
Octal166163701301126653611732
Binary1110110111011111010110001001010110110101011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760E1F; }

 p { color: rgb(118,14,31); }

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

<style>
 a { background-color: #760E1F; }

 a { background-color: rgb(118,14,31); }

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

<style>
 span { border-color: #760E1F; }

 span { border-color: rgb(118,14,31); }

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