#750526

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

Shades of Burgundy #750526

Tints of Burgundy #750526

Color information

#750526 (or 0x750526) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 26. RGB value is (117,5,38). Sum of RGB (Red+Green+Blue) = 117+5+38=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #750526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750526 is #8AFAD9. Grayscale: #2A2A2A. Windows color (decimal): -9108186 or 2491765. OLE color: 2491765.

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

Color convert

RGB117538-
CMYK00.960.680.54
HSL342.32º91.8%23.92%-
HSV(B)342.32º95.73%45.88%-
XYZ7.744.032.2-
YUV42.25125.61181.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.12%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=73.12%
G=3.12%
B=23.75%

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
Decimal11753800.960.680.54342.3291.823.92
Hex7552606044361565c18
Octal16554601401046652613430
Binary1110101101100110011000001000100110110101010110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750526; }

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

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

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

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

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

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

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

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