#750717

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

Shades of Burgundy #750717

Tints of Burgundy #750717

Color information

#750717 (or 0x750717) is unknown color: approx Burgundy. HEX triplet: 75, 07 and 17. RGB value is (117,7,23). Sum of RGB (Red+Green+Blue) = 117+7+23=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #750717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750717 is #8AF8E8. Grayscale: #292929. Windows color (decimal): -9107689 or 1509237. OLE color: 1509237.

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

Color convert

RGB117723-
CMYK00.940.800.54
HSL351.27º88.71%24.31%-
HSV(B)351.27º94.02%45.88%-
XYZ7.5741.18-
YUV41.71117.44181.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.59%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=79.59%
G=4.76%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11772300.940.800.54351.2788.7124.31
Hex7571705E503615f5918
Octal16572701361206653713130
Binary111010111110111010111101010000110110101011111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750717; }

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

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

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

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

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

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

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

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