#701c4a

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

Shades of Pompadour #701C4A

Tints of Pompadour #701C4A

Color information

#701C4A (or 0x701C4A) is unknown color: approx Pompadour. HEX triplet: 70, 1C and 4A. RGB value is (112,28,74). Sum of RGB (Red+Green+Blue) = 112+28+74=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #701C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C4A is #8FE3B5. Grayscale: #3A3A3A. Windows color (decimal): -9429942 or 4856944. OLE color: 4856944.

HSL color Cylindrical-coordinate representation of color #701C4A: hue angle of 327.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C4A is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1122874-
CMYK00.750.340.56
HSL327.14º60%27.45%-
HSV(B)327.14º75%43.92%-
XYZ8.334.776.96-
YUV58.36136.83166.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=52.34%
G=13.08%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112287400.750.340.56327.146027.45
Hex701C4A04B22381473c1b
Octal16034112011342705077433
Binary11100001110010010100100101110001011100010100011111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701c4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701c4a; }

 p { color: rgb(112,28,74); }

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

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

 a { background-color: rgb(112,28,74); }

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

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

 span { border-color: rgb(112,28,74); }

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