#701353

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

Shades of Pompadour #701353

Tints of Pompadour #701353

Color information

#701353 (or 0x701353) is unknown color: approx Pompadour. HEX triplet: 70, 13 and 53. RGB value is (112,19,83). Sum of RGB (Red+Green+Blue) = 112+19+83=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #701353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701353 is #8FECAC. Grayscale: #353535. Windows color (decimal): -9432237 or 5444464. OLE color: 5444464.

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

Color convert

RGB1121983-
CMYK00.830.260.56
HSL318.71º70.99%25.69%-
HSV(B)318.71º83.04%43.92%-
XYZ8.484.548.61-
YUV54.1144.31169.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=52.34%
G=8.88%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112198300.830.260.56318.7170.9925.69
Hex7013530531A3813f471a
Octal160231230123327047710732
Binary11100001001110100110101001111010111000100111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701353; }

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

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

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

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

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

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

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

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