#750724

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

Shades of Burgundy #750724

Tints of Burgundy #750724

Color information

#750724 (or 0x750724) is unknown color: approx Burgundy. HEX triplet: 75, 07 and 24. RGB value is (117,7,36). Sum of RGB (Red+Green+Blue) = 117+7+36=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #750724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750724 is #8AF8DB. Grayscale: #2B2B2B. Windows color (decimal): -9107676 or 2361205. OLE color: 2361205.

HSL color Cylindrical-coordinate representation of color #750724: hue angle of 344.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750724 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB117736-
CMYK00.940.690.54
HSL344.18º88.71%24.31%-
HSV(B)344.18º94.02%45.88%-
XYZ7.734.062.05-
YUV43.2123.94180.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.12%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=73.12%
G=4.38%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11773600.940.690.54344.1888.7124.31
Hex7572405E45361585918
Octal16574401361056653013130
Binary1110101111100100010111101000101110110101011000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750724; }

 p { color: rgb(117,7,36); }

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

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

 a { background-color: rgb(117,7,36); }

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

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

 span { border-color: rgb(117,7,36); }

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