#701550

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

Shades of Pompadour #701550

Tints of Pompadour #701550

Color information

#701550 (or 0x701550) is unknown color: approx Pompadour. HEX triplet: 70, 15 and 50. RGB value is (112,21,80). Sum of RGB (Red+Green+Blue) = 112+21+80=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #701550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701550 is #8FEAAF. Grayscale: #363636. Windows color (decimal): -9431728 or 5248368. OLE color: 5248368.

HSL color Cylindrical-coordinate representation of color #701550: hue angle of 321.1º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701550 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1122180-
CMYK00.810.290.56
HSL321.1º68.42%26.08%-
HSV(B)321.1º81.25%43.92%-
XYZ8.44.568.03-
YUV54.94142.15168.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=52.58%
G=9.86%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112218000.810.290.56321.168.4226.08
Hex7015500511D38141441a
Octal160251200121357050110432
Binary11100001010110100000101000111101111000101000001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701550; }

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

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

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

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

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

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

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

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