#701852

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

Shades of Pompadour #701852

Tints of Pompadour #701852

Color information

#701852 (or 0x701852) is unknown color: approx Pompadour. HEX triplet: 70, 18 and 52. RGB value is (112,24,82). Sum of RGB (Red+Green+Blue) = 112+24+82=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701852 is #8FE7AD. Grayscale: #383838. Windows color (decimal): -9430958 or 5380208. OLE color: 5380208.

HSL color Cylindrical-coordinate representation of color #701852: hue angle of 320.45º 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 #701852 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1122482-
CMYK00.790.270.56
HSL320.45º64.71%26.67%-
HSV(B)320.45º78.57%43.92%-
XYZ8.534.718.44-
YUV56.92142.15167.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=51.38%
G=11.01%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112248200.790.270.56320.4564.7126.67
Hex70185204F1B38140411b
Octal160301220117337050010133
Binary11100001100010100100100111111011111000101000000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701852; }

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

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

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

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

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

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

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

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