#750520

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

Shades of Burgundy #750520

Tints of Burgundy #750520

Color information

#750520 (or 0x750520) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 20. RGB value is (117,5,32). Sum of RGB (Red+Green+Blue) = 117+5+32=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #750520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750520 is #8AFADF. Grayscale: #292929. Windows color (decimal): -9108192 or 2098549. OLE color: 2098549.

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

Color convert

RGB117532-
CMYK00.960.730.54
HSL345.54º91.8%23.92%-
HSV(B)345.54º95.73%45.88%-
XYZ7.653.991.73-
YUV41.57122.61181.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.97%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=75.97%
G=3.25%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11753200.960.730.54345.5491.823.92
Hex75520060493615a5c18
Octal16554001401116653213430
Binary1110101101100000011000001001001110110101011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750520; }

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

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

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

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

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

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

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

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