#750017

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

Shades of Burgundy #750017

Tints of Burgundy #750017

Color information

#750017 (or 0x750017) is unknown color: approx Burgundy. HEX triplet: 75, 00 and 17. RGB value is (117,0,23). Sum of RGB (Red+Green+Blue) = 117+0+23=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #750017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750017 is #8AFFE8. Grayscale: #252525. Windows color (decimal): -9109481 or 1507445. OLE color: 1507445.

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

Color convert

RGB117023-
CMYK010.800.54
HSL348.21º100%22.94%-
HSV(B)348.21º100%45.88%-
XYZ7.493.841.16-
YUV37.6119.76184.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 83.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 16.43%
R=83.57%
G=0%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117023010.800.54348.2110022.94
Hex75017064503615c6417
Octal16502701441206653414427
Binary1110101010111011001001010000110110101011100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750017; }

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

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

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

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

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

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

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

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