#750820

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

Shades of Burgundy #750820

Tints of Burgundy #750820

Color information

#750820 (or 0x750820) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 20. RGB value is (117,8,32). Sum of RGB (Red+Green+Blue) = 117+8+32=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #750820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750820 is #8AF7DF. Grayscale: #2B2B2B. Windows color (decimal): -9107424 or 2099317. OLE color: 2099317.

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

Color convert

RGB117832-
CMYK00.930.730.54
HSL346.79º87.2%24.51%-
HSV(B)346.79º93.16%45.88%-
XYZ7.684.061.75-
YUV43.33121.61180.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.52%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=74.52%
G=5.10%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11783200.930.730.54346.7987.224.51
Hex7582005D493615b5719
Octal165104001351116653312731
Binary11101011000100000010111011001001110110101011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750820; }

 p { color: rgb(117,8,32); }

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

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

 a { background-color: rgb(117,8,32); }

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

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

 span { border-color: rgb(117,8,32); }

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