#750718

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

Shades of Burgundy #750718

Tints of Burgundy #750718

Color information

#750718 (or 0x750718) is unknown color: approx Burgundy. HEX triplet: 75, 07 and 18. RGB value is (117,7,24). Sum of RGB (Red+Green+Blue) = 117+7+24=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #750718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750718 is #8AF8E7. Grayscale: #292929. Windows color (decimal): -9107688 or 1574773. OLE color: 1574773.

HSL color Cylindrical-coordinate representation of color #750718: hue angle of 350.73º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750718 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB117724-
CMYK00.940.790.54
HSL350.73º88.71%24.31%-
HSV(B)350.73º94.02%45.88%-
XYZ7.5841.24-
YUV41.83117.94181.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=79.05%
G=4.73%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11772400.940.790.54350.7388.7124.31
Hex7571805E4F3615f5918
Octal16573001361176653713130
Binary111010111111000010111101001111110110101011111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750718; }

 p { color: rgb(117,7,24); }

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

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

 a { background-color: rgb(117,7,24); }

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

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

 span { border-color: rgb(117,7,24); }

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