#750530

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

Shades of Burgundy #750530

Tints of Burgundy #750530

Color information

#750530 (or 0x750530) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 30. RGB value is (117,5,48). Sum of RGB (Red+Green+Blue) = 117+5+48=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #750530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750530 is #8AFACF. Grayscale: #2B2B2B. Windows color (decimal): -9108176 or 3147125. OLE color: 3147125.

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

Color convert

RGB117548-
CMYK00.960.590.54
HSL336.96º91.8%23.92%-
HSV(B)336.96º95.73%45.88%-
XYZ7.924.13.17-
YUV43.39130.61180.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.82%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=68.82%
G=2.94%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11754800.960.590.54336.9691.823.92
Hex755300603B361515c18
Octal1655600140736652113430
Binary111010110111000001100000111011110110101010001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750530; }

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

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

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

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

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

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

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

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