#751656

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

Shades of Pompadour #751656

Tints of Pompadour #751656

Color information

#751656 (or 0x751656) is unknown color: approx Pompadour. HEX triplet: 75, 16 and 56. RGB value is (117,22,86). Sum of RGB (Red+Green+Blue) = 117+22+86=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #751656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751656 is #8AE9A9. Grayscale: #393939. Windows color (decimal): -9103786 or 5641845. OLE color: 5641845.

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

Color convert

RGB1172286-
CMYK00.810.260.54
HSL319.58º68.35%27.25%-
HSV(B)319.58º81.2%45.88%-
XYZ9.35.039.28-
YUV57.7143.97170.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=52%
G=9.78%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117228600.810.260.54319.5868.3527.25
Hex7516560511A36140441b
Octal165261260121326650010433
Binary11101011011010101100101000111010110110101000000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751656; }

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

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

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

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

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

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

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

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