#701D4A

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

Shades of Pompadour #701D4A

Tints of Pompadour #701D4A

Color information

#701D4A (or 0x701D4A) is unknown color: approx Pompadour. HEX triplet: 70, 1D and 4A. RGB value is (112,29,74). Sum of RGB (Red+Green+Blue) = 112+29+74=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #701D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D4A is #8FE2B5. Grayscale: #3A3A3A. Windows color (decimal): -9429686 or 4857200. OLE color: 4857200.

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

Color convert

RGB1122974-
CMYK00.740.340.56
HSL327.47º58.87%27.65%-
HSV(B)327.47º74.11%43.92%-
XYZ8.364.826.97-
YUV58.95136.5165.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=52.09%
G=13.49%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112297400.740.340.56327.4758.8727.65
Hex701D4A04A22381473b1c
Octal16035112011242705077334
Binary11100001110110010100100101010001011100010100011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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