#701C48

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

Shades of Pompadour #701C48

Tints of Pompadour #701C48

Color information

#701C48 (or 0x701C48) is unknown color: approx Pompadour. HEX triplet: 70, 1C and 48. RGB value is (112,28,72). Sum of RGB (Red+Green+Blue) = 112+28+72=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #701C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C48 is #8FE3B7. Grayscale: #3A3A3A. Windows color (decimal): -9429944 or 4725872. OLE color: 4725872.

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

Color convert

RGB1122872-
CMYK00.750.360.56
HSL328.57º60%27.45%-
HSV(B)328.57º75%43.92%-
XYZ8.274.746.61-
YUV58.13135.83166.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=52.83%
G=13.21%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112287200.750.360.56328.576027.45
Hex701C4804B24381493c1b
Octal16034110011344705117433
Binary11100001110010010000100101110010011100010100100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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