#760513

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

Shades of Burgundy #760513

Tints of Burgundy #760513

Color information

#760513 (or 0x760513) is unknown color: approx Burgundy. HEX triplet: 76, 05 and 13. RGB value is (118,5,19). Sum of RGB (Red+Green+Blue) = 118+5+19=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #760513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760513 is #89FAEC. Grayscale: #282828. Windows color (decimal): -9042669 or 1246582. OLE color: 1246582.

HSL color Cylindrical-coordinate representation of color #760513: hue angle of 352.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760513 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB118519-
CMYK00.960.840.54
HSL352.57º91.87%24.12%-
HSV(B)352.57º95.76%46.27%-
XYZ7.644.010.99-
YUV40.38115.94183.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.10%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 19 (7.81% from 255) = 13.38%
R=83.10%
G=3.52%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11851900.960.840.54352.5791.8724.12
Hex7651306054361615c18
Octal16652301401246654113430
Binary111011010110011011000001010100110110101100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760513; }

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

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

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

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

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

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

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

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