#752051

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

Shades of Pompadour #752051

Tints of Pompadour #752051

Color information

#752051 (or 0x752051) is unknown color: approx Pompadour. HEX triplet: 75, 20 and 51. RGB value is (117,32,81). Sum of RGB (Red+Green+Blue) = 117+32+81=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #752051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752051 is #8ADFAE. Grayscale: #3E3E3E. Windows color (decimal): -9101231 or 5316725. OLE color: 5316725.

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

Color convert

RGB1173281-
CMYK00.730.310.54
HSL325.41º57.05%29.22%-
HSV(B)325.41º72.65%45.88%-
XYZ9.345.418.34-
YUV63138.16166.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=50.87%
G=13.91%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117328100.730.310.54325.4157.0529.22
Hex7520510491F36145391d
Octal16540121011137665057135
Binary11101011000001010001010010011111111011010100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752051; }

 p { color: rgb(117,32,81); }

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

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

 a { background-color: rgb(117,32,81); }

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

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

 span { border-color: rgb(117,32,81); }

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