#751952

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

Shades of Pompadour #751952

Tints of Pompadour #751952

Color information

#751952 (or 0x751952) is unknown color: approx Pompadour. HEX triplet: 75, 19 and 52. RGB value is (117,25,82). Sum of RGB (Red+Green+Blue) = 117+25+82=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751952 is #8AE6AD. Grayscale: #3A3A3A. Windows color (decimal): -9103022 or 5380469. OLE color: 5380469.

HSL color Cylindrical-coordinate representation of color #751952: hue angle of 322.83º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751952 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1172582-
CMYK00.790.300.54
HSL322.83º64.79%27.84%-
HSV(B)322.83º78.63%45.88%-
XYZ9.215.098.48-
YUV59.01140.98169.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=52.23%
G=11.16%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117258200.790.300.54322.8364.7927.84
Hex75195204F1E36143411c
Octal165311220117366650310134
Binary11101011100110100100100111111110110110101000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751952; }

 p { color: rgb(117,25,82); }

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

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

 a { background-color: rgb(117,25,82); }

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

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

 span { border-color: rgb(117,25,82); }

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