#750117

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

Shades of Burgundy #750117

Tints of Burgundy #750117

Color information

#750117 (or 0x750117) is unknown color: approx Burgundy. HEX triplet: 75, 01 and 17. RGB value is (117,1,23). Sum of RGB (Red+Green+Blue) = 117+1+23=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750117 is #8AFEE8. Grayscale: #262626. Windows color (decimal): -9109225 or 1507701. OLE color: 1507701.

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

Color convert

RGB117123-
CMYK00.990.800.54
HSL348.62º98.31%23.14%-
HSV(B)348.62º99.15%45.88%-
XYZ7.53.871.16-
YUV38.19119.43184.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.98%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=82.98%
G=0.71%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11712300.990.800.54348.6298.3123.14
Hex75117063503615d6217
Octal16512701431206653514227
Binary1110101110111011000111010000110110101011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750117; }

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

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

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

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

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

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

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

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