#752149

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

Shades of Pompadour #752149

Tints of Pompadour #752149

Color information

#752149 (or 0x752149) is unknown color: approx Pompadour. HEX triplet: 75, 21 and 49. RGB value is (117,33,73). Sum of RGB (Red+Green+Blue) = 117+33+73=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752149 is #8ADEB6. Grayscale: #3E3E3E. Windows color (decimal): -9100983 or 4792693. OLE color: 4792693.

HSL color Cylindrical-coordinate representation of color #752149: hue angle of 331.43º 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 #752149 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1173373-
CMYK00.720.380.54
HSL331.43º56%29.41%-
HSV(B)331.43º71.79%45.88%-
XYZ9.085.356.86-
YUV62.68133.83166.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=52.47%
G=14.80%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117337300.720.380.54331.435629.41
Hex752149048263614b381d
Octal16541111011046665137035
Binary111010110000110010010100100010011011011010100101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752149; }

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

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

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

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

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

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

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

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