#750430

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

Shades of Burgundy #750430

Tints of Burgundy #750430

Color information

#750430 (or 0x750430) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 30. RGB value is (117,4,48). Sum of RGB (Red+Green+Blue) = 117+4+48=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #750430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750430 is #8AFBCF. Grayscale: #2A2A2A. Windows color (decimal): -9108432 or 3146869. OLE color: 3146869.

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

Color convert

RGB117448-
CMYK00.970.590.54
HSL336.64º93.39%23.73%-
HSV(B)336.64º96.58%45.88%-
XYZ7.914.083.17-
YUV42.8130.94180.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=69.23%
G=2.37%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11744800.970.590.54336.6493.3923.73
Hex754300613B361515d18
Octal1654600141736652113530
Binary111010110011000001100001111011110110101010001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750430; }

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

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

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

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

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

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

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

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