#750D56

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

Shades of Pompadour #750D56

Tints of Pompadour #750D56

Color information

#750D56 (or 0x750D56) is unknown color: approx Pompadour. HEX triplet: 75, 0D and 56. RGB value is (117,13,86). Sum of RGB (Red+Green+Blue) = 117+13+86=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #750D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D56 is #8AF2A9. Grayscale: #343434. Windows color (decimal): -9106090 or 5639541. OLE color: 5639541.

HSL color Cylindrical-coordinate representation of color #750D56: hue angle of 317.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D56 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1171386-
CMYK00.890.260.54
HSL317.88º80%25.49%-
HSV(B)317.88º88.89%45.88%-
XYZ9.164.749.24-
YUV52.42146.96174.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 13 (5.47% from 255) = 6.02%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=54.17%
G=6.02%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117138600.890.260.54317.888025.49
Hex75D560591A3613e5019
Octal165151260131326647612031
Binary1110101110110101100101100111010110110100111110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750D56; }

 p { color: rgb(117,13,86); }

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

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

 a { background-color: rgb(117,13,86); }

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

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

 span { border-color: rgb(117,13,86); }

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