#752249

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

Shades of Pompadour #752249

Tints of Pompadour #752249

Color information

#752249 (or 0x752249) is unknown color: approx Pompadour. HEX triplet: 75, 22 and 49. RGB value is (117,34,73). Sum of RGB (Red+Green+Blue) = 117+34+73=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #752249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752249 is #8ADDB6. Grayscale: #3F3F3F. Windows color (decimal): -9100727 or 4792949. OLE color: 4792949.

HSL color Cylindrical-coordinate representation of color #752249: hue angle of 331.81º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752249 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1173473-
CMYK00.710.380.54
HSL331.81º54.97%29.61%-
HSV(B)331.81º70.94%45.88%-
XYZ9.115.416.87-
YUV63.26133.5166.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=52.23%
G=15.18%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117347300.710.380.54331.8154.9729.61
Hex752249047263614c371e
Octal16542111010746665146736
Binary111010110001010010010100011110011011011010100110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752249; }

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

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

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

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

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

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

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

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