#750828

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

Shades of Burgundy #750828

Tints of Burgundy #750828

Color information

#750828 (or 0x750828) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 28. RGB value is (117,8,40). Sum of RGB (Red+Green+Blue) = 117+8+40=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #750828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750828 is #8AF7D7. Grayscale: #2C2C2C. Windows color (decimal): -9107416 or 2623605. OLE color: 2623605.

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

Color convert

RGB117840-
CMYK00.930.660.54
HSL342.39º87.2%24.51%-
HSV(B)342.39º93.16%45.88%-
XYZ7.814.112.39-
YUV44.24125.61179.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=70.91%
G=4.85%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11784000.930.660.54342.3987.224.51
Hex7582805D42361565719
Octal165105001351026652612731
Binary11101011000101000010111011000010110110101010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750828; }

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

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

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

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

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

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

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

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