#760728

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

Shades of Burgundy #760728

Tints of Burgundy #760728

Color information

#760728 (or 0x760728) is unknown color: approx Burgundy. HEX triplet: 76, 07 and 28. RGB value is (118,7,40). Sum of RGB (Red+Green+Blue) = 118+7+40=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #760728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760728 is #89F8D7. Grayscale: #2B2B2B. Windows color (decimal): -9042136 or 2623350. OLE color: 2623350.

HSL color Cylindrical-coordinate representation of color #760728: hue angle of 342.16º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760728 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB118740-
CMYK00.940.660.54
HSL342.16º88.8%24.51%-
HSV(B)342.16º94.07%46.27%-
XYZ7.934.162.39-
YUV43.95125.77180.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.52%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=71.52%
G=4.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11874000.940.660.54342.1688.824.51
Hex7672805E42361565919
Octal16675001361026652613131
Binary1110110111101000010111101000010110110101010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760728; }

 p { color: rgb(118,7,40); }

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

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

 a { background-color: rgb(118,7,40); }

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

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

 span { border-color: rgb(118,7,40); }

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