#750829

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

Shades of Burgundy #750829

Tints of Burgundy #750829

Color information

#750829 (or 0x750829) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 29. RGB value is (117,8,41). Sum of RGB (Red+Green+Blue) = 117+8+41=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #750829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750829 is #8AF7D6. Grayscale: #2C2C2C. Windows color (decimal): -9107415 or 2689141. OLE color: 2689141.

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

Color convert

RGB117841-
CMYK00.930.650.54
HSL341.83º87.2%24.51%-
HSV(B)341.83º93.16%45.88%-
XYZ7.824.122.48-
YUV44.35126.11179.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.48%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=70.48%
G=4.82%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11784100.930.650.54341.8387.224.51
Hex7582905D41361565719
Octal165105101351016652612731
Binary11101011000101001010111011000001110110101010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750829; }

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

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

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

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

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

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

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

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