#701450

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

Shades of Pompadour #701450

Tints of Pompadour #701450

Color information

#701450 (or 0x701450) is unknown color: approx Pompadour. HEX triplet: 70, 14 and 50. RGB value is (112,20,80). Sum of RGB (Red+Green+Blue) = 112+20+80=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #701450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701450 is #8FEBAF. Grayscale: #363636. Windows color (decimal): -9431984 or 5248112. OLE color: 5248112.

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

Color convert

RGB1122080-
CMYK00.820.290.56
HSL320.87º69.7%25.88%-
HSV(B)320.87º82.14%43.92%-
XYZ8.384.528.02-
YUV54.35142.48169.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=52.83%
G=9.43%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112208000.820.290.56320.8769.725.88
Hex7014500521D38141461a
Octal160241200122357050110632
Binary11100001010010100000101001011101111000101000001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701450; }

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

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

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

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

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

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

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

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