#701C50

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

Shades of Pompadour #701C50

Tints of Pompadour #701C50

Color information

#701C50 (or 0x701C50) is unknown color: approx Pompadour. HEX triplet: 70, 1C and 50. RGB value is (112,28,80). Sum of RGB (Red+Green+Blue) = 112+28+80=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #701C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C50 is #8FE3AF. Grayscale: #3A3A3A. Windows color (decimal): -9429936 or 5250160. OLE color: 5250160.

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

Color convert

RGB1122880-
CMYK00.750.290.56
HSL322.86º60%27.45%-
HSV(B)322.86º75%43.92%-
XYZ8.554.858.08-
YUV59.04139.83165.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=50.91%
G=12.73%
B=36.36%

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
Decimal112288000.750.290.56322.866027.45
Hex701C5004B1D381433c1b
Octal16034120011335705037433
Binary1110000111001010000010010111110111100010100001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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