#701B47

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

Shades of Pompadour #701B47

Tints of Pompadour #701B47

Color information

#701B47 (or 0x701B47) is unknown color: approx Pompadour. HEX triplet: 70, 1B and 47. RGB value is (112,27,71). Sum of RGB (Red+Green+Blue) = 112+27+71=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #701B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B47 is #8FE4B8. Grayscale: #393939. Windows color (decimal): -9430201 or 4660080. OLE color: 4660080.

HSL color Cylindrical-coordinate representation of color #701B47: hue angle of 328.94º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B47 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1122771-
CMYK00.760.370.56
HSL328.94º61.15%27.25%-
HSV(B)328.94º75.89%43.92%-
XYZ8.214.686.43-
YUV57.43135.66166.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 71 (28.12% from 255) = 33.81%
R=53.33%
G=12.86%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112277100.760.370.56328.9461.1527.25
Hex701B4704C25381493d1b
Octal16033107011445705117533
Binary11100001101110001110100110010010111100010100100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701B47; }

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

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

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

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

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

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

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

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