#701047

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

Shades of Pompadour #701047

Tints of Pompadour #701047

Color information

#701047 (or 0x701047) is unknown color: approx Pompadour. HEX triplet: 70, 10 and 47. RGB value is (112,16,71). Sum of RGB (Red+Green+Blue) = 112+16+71=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #701047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701047 is #8FEFB8. Grayscale: #323232. Windows color (decimal): -9433017 or 4657264. OLE color: 4657264.

HSL color Cylindrical-coordinate representation of color #701047: hue angle of 325.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701047 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1121671-
CMYK00.860.370.56
HSL325.62º75%25.1%-
HSV(B)325.62º85.71%43.92%-
XYZ84.276.36-
YUV50.97139.3171.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=56.28%
G=8.04%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112167100.860.370.56325.627525.1
Hex70104705625381464b19
Octal160201070126457050611331
Binary111000010000100011101010110100101111000101000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701047; }

 p { color: rgb(112,16,71); }

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

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

 a { background-color: rgb(112,16,71); }

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

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

 span { border-color: rgb(112,16,71); }

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