#760510

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

Shades of Burgundy #760510

Tints of Burgundy #760510

Color information

#760510 (or 0x760510) is unknown color: approx Burgundy. HEX triplet: 76, 05 and 10. RGB value is (118,5,16). Sum of RGB (Red+Green+Blue) = 118+5+16=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #760510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760510 is #89FAEF. Grayscale: #282828. Windows color (decimal): -9042672 or 1049974. OLE color: 1049974.

HSL color Cylindrical-coordinate representation of color #760510: hue angle of 354.16º 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 #760510 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB118516-
CMYK00.960.860.54
HSL354.16º91.87%24.12%-
HSV(B)354.16º95.76%46.27%-
XYZ7.6240.86-
YUV40.04114.44183.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.89%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=84.89%
G=3.60%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11851600.960.860.54354.1691.8724.12
Hex7651006056361625c18
Octal16652001401266654213430
Binary111011010110000011000001010110110110101100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760510; }

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

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

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

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

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

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

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

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