#701C4F

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

Shades of Pompadour #701C4F

Tints of Pompadour #701C4F

Color information

#701C4F (or 0x701C4F) is unknown color: approx Pompadour. HEX triplet: 70, 1C and 4F. RGB value is (112,28,79). Sum of RGB (Red+Green+Blue) = 112+28+79=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #701C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C4F is #8FE3B0. Grayscale: #3A3A3A. Windows color (decimal): -9429937 or 5184624. OLE color: 5184624.

HSL color Cylindrical-coordinate representation of color #701C4F: hue angle of 323.57º 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 #701C4F is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1122879-
CMYK00.750.290.56
HSL323.57º60%27.45%-
HSV(B)323.57º75%43.92%-
XYZ8.514.847.88-
YUV58.93139.33165.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=51.14%
G=12.79%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112287900.750.290.56323.576027.45
Hex701C4F04B1D381443c1b
Octal16034117011335705047433
Binary1110000111001001111010010111110111100010100010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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