#701851

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

Shades of Pompadour #701851

Tints of Pompadour #701851

Color information

#701851 (or 0x701851) is unknown color: approx Pompadour. HEX triplet: 70, 18 and 51. RGB value is (112,24,81). Sum of RGB (Red+Green+Blue) = 112+24+81=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #701851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701851 is #8FE7AE. Grayscale: #383838. Windows color (decimal): -9430959 or 5314672. OLE color: 5314672.

HSL color Cylindrical-coordinate representation of color #701851: hue angle of 321.14º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701851 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1122481-
CMYK00.790.280.56
HSL321.14º64.71%26.67%-
HSV(B)321.14º78.57%43.92%-
XYZ8.494.698.24-
YUV56.81141.65167.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=51.61%
G=11.06%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112248100.790.280.56321.1464.7126.67
Hex70185104F1C38141411b
Octal160301210117347050110133
Binary11100001100010100010100111111100111000101000001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701851; }

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

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

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

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

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

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

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

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