#760E13

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

Shades of Burgundy #760E13

Tints of Burgundy #760E13

Color information

#760E13 (or 0x760E13) is unknown color: approx Burgundy. HEX triplet: 76, 0E and 13. RGB value is (118,14,19). Sum of RGB (Red+Green+Blue) = 118+14+19=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #760E13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E13 is #89F1EC. Grayscale: #2D2D2D. Windows color (decimal): -9040365 or 1248886. OLE color: 1248886.

HSL color Cylindrical-coordinate representation of color #760E13: hue angle of 357.12º 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 #760E13 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1181419-
CMYK00.880.840.54
HSL357.12º78.79%25.88%-
HSV(B)357.12º88.14%46.27%-
XYZ7.754.211.02-
YUV45.67112.96179.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 78.15%
GREEN value IS 14 (5.86% from 255) = 9.27%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=78.15%
G=9.27%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118141900.880.840.54357.1278.7925.88
Hex76E1305854361654f1a
Octal166162301301246654511732
Binary1110110111010011010110001010100110110101100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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