#760610

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

Shades of Burgundy #760610

Tints of Burgundy #760610

Color information

#760610 (or 0x760610) is unknown color: approx Burgundy. HEX triplet: 76, 06 and 10. RGB value is (118,6,16). Sum of RGB (Red+Green+Blue) = 118+6+16=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #760610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760610 is #89F9EF. Grayscale: #282828. Windows color (decimal): -9042416 or 1050230. OLE color: 1050230.

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

Color convert

RGB118616-
CMYK00.950.860.54
HSL354.64º90.32%24.31%-
HSV(B)354.64º94.92%46.27%-
XYZ7.634.020.86-
YUV40.63114.11183.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.29%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=84.29%
G=4.29%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11861600.950.860.54354.6490.3224.31
Hex7661005F56361635a18
Octal16662001371266654313230
Binary111011011010000010111111010110110110101100011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760610; }

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

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

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

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

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

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

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

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