#760526

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

Shades of Burgundy #760526

Tints of Burgundy #760526

Color information

#760526 (or 0x760526) is unknown color: approx Burgundy. HEX triplet: 76, 05 and 26. RGB value is (118,5,38). Sum of RGB (Red+Green+Blue) = 118+5+38=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #760526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760526 is #89FAD9. Grayscale: #2A2A2A. Windows color (decimal): -9042650 or 2491766. OLE color: 2491766.

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

Color convert

RGB118538-
CMYK00.960.680.54
HSL342.48º91.87%24.12%-
HSV(B)342.48º95.76%46.27%-
XYZ7.884.12.21-
YUV42.55125.44181.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.29%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=73.29%
G=3.11%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11853800.960.680.54342.4891.8724.12
Hex7652606044361565c18
Octal16654601401046652613430
Binary1110110101100110011000001000100110110101010110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760526; }

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

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

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

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

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

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

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

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