#750617

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

Shades of Burgundy #750617

Tints of Burgundy #750617

Color information

#750617 (or 0x750617) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 17. RGB value is (117,6,23). Sum of RGB (Red+Green+Blue) = 117+6+23=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #750617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750617 is #8AF9E8. Grayscale: #292929. Windows color (decimal): -9107945 or 1508981. OLE color: 1508981.

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

Color convert

RGB117623-
CMYK00.950.800.54
HSL350.81º90.24%24.12%-
HSV(B)350.81º94.87%45.88%-
XYZ7.563.971.18-
YUV41.13117.77182.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.14%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 23 (9.38% from 255) = 15.75%
R=80.14%
G=4.11%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11762300.950.800.54350.8190.2424.12
Hex7561705F503615f5a18
Octal16562701371206653713230
Binary111010111010111010111111010000110110101011111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750617; }

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

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

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

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

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

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

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

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