#751056

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

Shades of Pompadour #751056

Tints of Pompadour #751056

Color information

#751056 (or 0x751056) is unknown color: approx Pompadour. HEX triplet: 75, 10 and 56. RGB value is (117,16,86). Sum of RGB (Red+Green+Blue) = 117+16+86=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #751056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751056 is #8AEFA9. Grayscale: #363636. Windows color (decimal): -9105322 or 5640309. OLE color: 5640309.

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

Color convert

RGB1171686-
CMYK00.860.260.54
HSL318.42º75.94%26.08%-
HSV(B)318.42º86.32%45.88%-
XYZ9.24.829.25-
YUV54.18145.96172.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 86 (33.98% from 255) = 39.27%
R=53.42%
G=7.31%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117168600.860.260.54318.4275.9426.08
Hex7510560561A3613e4c1a
Octal165201260126326647611432
Binary11101011000010101100101011011010110110100111110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751056; }

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

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

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

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

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

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

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

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