#750128

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

Shades of Burgundy #750128

Tints of Burgundy #750128

Color information

#750128 (or 0x750128) is unknown color: approx Burgundy. HEX triplet: 75, 01 and 28. RGB value is (117,1,40). Sum of RGB (Red+Green+Blue) = 117+1+40=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #750128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750128 is #8AFED7. Grayscale: #282828. Windows color (decimal): -9109208 or 2621813. OLE color: 2621813.

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

Color convert

RGB117140-
CMYK00.990.660.54
HSL339.83º98.31%23.14%-
HSV(B)339.83º99.15%45.88%-
XYZ7.733.962.36-
YUV40.13127.93182.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.05%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=74.05%
G=0.63%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11714000.990.660.54339.8398.3123.14
Hex7512806342361546217
Octal16515001431026652414227
Binary11101011101000011000111000010110110101010100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750128; }

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

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

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

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

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

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

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

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