#750521

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

Shades of Burgundy #750521

Tints of Burgundy #750521

Color information

#750521 (or 0x750521) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 21. RGB value is (117,5,33). Sum of RGB (Red+Green+Blue) = 117+5+33=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #750521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750521 is #8AFADE. Grayscale: #292929. Windows color (decimal): -9108191 or 2164085. OLE color: 2164085.

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

Color convert

RGB117533-
CMYK00.960.720.54
HSL345º91.8%23.92%-
HSV(B)345º95.73%45.88%-
XYZ7.6641.81-
YUV41.68123.11181.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.48%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=75.48%
G=3.23%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11753300.960.720.5434591.823.92
Hex7552106048361595c18
Octal16554101401106653113430
Binary1110101101100001011000001001000110110101011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750521; }

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

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

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

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

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

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

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

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