#701B4A

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

Shades of Pompadour #701B4A

Tints of Pompadour #701B4A

Color information

#701B4A (or 0x701B4A) is unknown color: approx Pompadour. HEX triplet: 70, 1B and 4A. RGB value is (112,27,74). Sum of RGB (Red+Green+Blue) = 112+27+74=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #701B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B4A is #8FE4B5. Grayscale: #393939. Windows color (decimal): -9430198 or 4856688. OLE color: 4856688.

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

Color convert

RGB1122774-
CMYK00.760.340.56
HSL326.82º61.15%27.25%-
HSV(B)326.82º75.89%43.92%-
XYZ8.314.726.95-
YUV57.77137.16166.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=52.58%
G=12.68%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112277400.760.340.56326.8261.1527.25
Hex701B4A04C22381473d1b
Octal16033112011442705077533
Binary11100001101110010100100110010001011100010100011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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