#701453

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

Shades of Pompadour #701453

Tints of Pompadour #701453

Color information

#701453 (or 0x701453) is unknown color: approx Pompadour. HEX triplet: 70, 14 and 53. RGB value is (112,20,83). Sum of RGB (Red+Green+Blue) = 112+20+83=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #701453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701453 is #8FEBAC. Grayscale: #363636. Windows color (decimal): -9431981 or 5444720. OLE color: 5444720.

HSL color Cylindrical-coordinate representation of color #701453: hue angle of 318.91º 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 #701453 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1122083-
CMYK00.820.260.56
HSL318.91º69.7%25.88%-
HSV(B)318.91º82.14%43.92%-
XYZ8.494.578.62-
YUV54.69143.98168.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=52.09%
G=9.30%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112208300.820.260.56318.9169.725.88
Hex7014530521A3813f461a
Octal160241230122327047710632
Binary11100001010010100110101001011010111000100111111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701453; }

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

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

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

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

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

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

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

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