#711452

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

Shades of Pompadour #711452

Tints of Pompadour #711452

Color information

#711452 (or 0x711452) is unknown color: approx Pompadour. HEX triplet: 71, 14 and 52. RGB value is (113,20,82). Sum of RGB (Red+Green+Blue) = 113+20+82=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #711452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711452 is #8EEBAD. Grayscale: #363636. Windows color (decimal): -9366446 or 5379185. OLE color: 5379185.

HSL color Cylindrical-coordinate representation of color #711452: hue angle of 320º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711452 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1132082-
CMYK00.820.270.56
HSL320º69.92%26.08%-
HSV(B)320º82.3%44.31%-
XYZ8.584.628.42-
YUV54.88143.31169.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=52.56%
G=9.30%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113208200.820.270.5632069.9226.08
Hex7114520521B38140461a
Octal161241220122337050010632
Binary11100011010010100100101001011011111000101000000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711452; }

 p { color: rgb(113,20,82); }

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

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

 a { background-color: rgb(113,20,82); }

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

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

 span { border-color: rgb(113,20,82); }

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