#760C10

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

Shades of Burgundy #760C10

Tints of Burgundy #760C10

Color information

#760C10 (or 0x760C10) is unknown color: approx Burgundy. HEX triplet: 76, 0C and 10. RGB value is (118,12,16). Sum of RGB (Red+Green+Blue) = 118+12+16=146 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.82% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 118 - color contains mainly: red. Hex color #760C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C10 is #89F3EF. Grayscale: #2C2C2C. Windows color (decimal): -9040880 or 1051766. OLE color: 1051766.

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

Color convert

RGB1181216-
CMYK00.900.860.54
HSL357.74º81.54%25.49%-
HSV(B)357.74º89.83%46.27%-
XYZ7.74.150.89-
YUV44.15112.12180.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 80.82%
GREEN value IS 12 (5.08% from 255) = 8.22%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=80.82%
G=8.22%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118121600.900.860.54357.7481.5425.49
Hex76C1005A56361665219
Octal166142001321266654612231
Binary1110110110010000010110101010110110110101100110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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