#752155

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

Shades of Pompadour #752155

Tints of Pompadour #752155

Color information

#752155 (or 0x752155) is unknown color: approx Pompadour. HEX triplet: 75, 21 and 55. RGB value is (117,33,85). Sum of RGB (Red+Green+Blue) = 117+33+85=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #752155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752155 is #8ADEAA. Grayscale: #3F3F3F. Windows color (decimal): -9100971 or 5579125. OLE color: 5579125.

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

Color convert

RGB1173385-
CMYK00.720.270.54
HSL322.86º56%29.41%-
HSV(B)322.86º71.79%45.88%-
XYZ9.525.539.16-
YUV64.04139.83165.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=49.79%
G=14.04%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117338500.720.270.54322.865629.41
Hex7521550481B36143381d
Octal16541125011033665037035
Binary11101011000011010101010010001101111011010100001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752155; }

 p { color: rgb(117,33,85); }

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

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

 a { background-color: rgb(117,33,85); }

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

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

 span { border-color: rgb(117,33,85); }

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