#750424

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

Shades of Burgundy #750424

Tints of Burgundy #750424

Color information

#750424 (or 0x750424) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 24. RGB value is (117,4,36). Sum of RGB (Red+Green+Blue) = 117+4+36=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #750424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750424 is #8AFBDB. Grayscale: #292929. Windows color (decimal): -9108444 or 2360437. OLE color: 2360437.

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

Color convert

RGB117436-
CMYK00.970.690.54
HSL343.01º93.39%23.73%-
HSV(B)343.01º96.58%45.88%-
XYZ7.742.03-
YUV41.43124.94181.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.52%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=74.52%
G=2.55%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11743600.970.690.54343.0193.3923.73
Hex7542406145361575d18
Octal16544401411056652713530
Binary1110101100100100011000011000101110110101010111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750424; }

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

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

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

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

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

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

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

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