#701B51

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

Shades of Pompadour #701B51

Tints of Pompadour #701B51

Color information

#701B51 (or 0x701B51) is unknown color: approx Pompadour. HEX triplet: 70, 1B and 51. RGB value is (112,27,81). Sum of RGB (Red+Green+Blue) = 112+27+81=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #701B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701B51 is #8FE4AE. Grayscale: #3A3A3A. Windows color (decimal): -9430191 or 5315440. OLE color: 5315440.

HSL color Cylindrical-coordinate representation of color #701B51: hue angle of 321.88º 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 #701B51 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1122781-
CMYK00.760.280.56
HSL321.88º61.15%27.25%-
HSV(B)321.88º75.89%43.92%-
XYZ8.564.828.26-
YUV58.57140.66166.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 27 (10.94% from 255) = 12.27%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=50.91%
G=12.27%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112278100.760.280.56321.8861.1527.25
Hex701B5104C1C381423d1b
Octal16033121011434705027533
Binary1110000110111010001010011001110011100010100001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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