#750527

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

Shades of Burgundy #750527

Tints of Burgundy #750527

Color information

#750527 (or 0x750527) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 27. RGB value is (117,5,39). Sum of RGB (Red+Green+Blue) = 117+5+39=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #750527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750527 is #8AFAD8. Grayscale: #2A2A2A. Windows color (decimal): -9108185 or 2557301. OLE color: 2557301.

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

Color convert

RGB117539-
CMYK00.960.670.54
HSL341.79º91.8%23.92%-
HSV(B)341.79º95.73%45.88%-
XYZ7.764.042.29-
YUV42.36126.11181.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.67%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=72.67%
G=3.11%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11753900.960.670.54341.7991.823.92
Hex7552706043361565c18
Octal16554701401036652613430
Binary1110101101100111011000001000011110110101010110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750527; }

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

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

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

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

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

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

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

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