#701452

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

Shades of Pompadour #701452

Tints of Pompadour #701452

Color information

#701452 (or 0x701452) is unknown color: approx Pompadour. HEX triplet: 70, 14 and 52. RGB value is (112,20,82). Sum of RGB (Red+Green+Blue) = 112+20+82=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #701452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701452 is #8FEBAD. Grayscale: #363636. Windows color (decimal): -9431982 or 5379184. OLE color: 5379184.

HSL color Cylindrical-coordinate representation of color #701452: hue angle of 319.57º 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 #701452 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1122082-
CMYK00.820.270.56
HSL319.57º69.7%25.88%-
HSV(B)319.57º82.14%43.92%-
XYZ8.464.558.42-
YUV54.58143.48168.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=52.34%
G=9.35%
B=38.32%

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
Decimal112208200.820.270.56319.5769.725.88
Hex7014520521B38140461a
Octal160241220122337050010632
Binary11100001010010100100101001011011111000101000000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701452; }

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

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

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

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

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

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

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

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