#760410

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

Shades of Burgundy #760410

Tints of Burgundy #760410

Color information

#760410 (or 0x760410) is unknown color: approx Burgundy. HEX triplet: 76, 04 and 10. RGB value is (118,4,16). Sum of RGB (Red+Green+Blue) = 118+4+16=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #760410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760410 is #89FBEF. Grayscale: #272727. Windows color (decimal): -9042928 or 1049718. OLE color: 1049718.

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

Color convert

RGB118416-
CMYK00.970.860.54
HSL353.68º93.44%23.92%-
HSV(B)353.68º96.61%46.27%-
XYZ7.613.980.86-
YUV39.45114.77184.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 85.51%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=85.51%
G=2.90%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11841600.970.860.54353.6893.4423.92
Hex7641006156361625d18
Octal16642001411266654213530
Binary111011010010000011000011010110110110101100010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760410; }

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

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

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

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

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

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

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

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