#750429

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

Shades of Burgundy #750429

Tints of Burgundy #750429

Color information

#750429 (or 0x750429) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 29. RGB value is (117,4,41). Sum of RGB (Red+Green+Blue) = 117+4+41=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #750429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750429 is #8AFBD6. Grayscale: #292929. Windows color (decimal): -9108439 or 2688117. OLE color: 2688117.

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

Color convert

RGB117441-
CMYK00.970.650.54
HSL340.35º93.39%23.73%-
HSV(B)340.35º96.58%45.88%-
XYZ7.784.032.47-
YUV42127.44181.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.22%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=72.22%
G=2.47%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11744100.970.650.54340.3593.3923.73
Hex7542906141361545d18
Octal16545101411016652413530
Binary1110101100101001011000011000001110110101010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750429; }

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

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

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

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

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

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

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

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