#701652

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

Shades of Pompadour #701652

Tints of Pompadour #701652

Color information

#701652 (or 0x701652) is unknown color: approx Pompadour. HEX triplet: 70, 16 and 52. RGB value is (112,22,82). Sum of RGB (Red+Green+Blue) = 112+22+82=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #701652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701652 is #8FE9AD. Grayscale: #373737. Windows color (decimal): -9431470 or 5379696. OLE color: 5379696.

HSL color Cylindrical-coordinate representation of color #701652: hue angle of 320º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701652 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1122282-
CMYK00.800.270.56
HSL320º67.16%26.27%-
HSV(B)320º80.36%43.92%-
XYZ8.494.638.43-
YUV55.75142.82168.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=51.85%
G=10.19%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112228200.800.270.5632067.1626.27
Hex7016520501B38140431a
Octal160261220120337050010332
Binary11100001011010100100101000011011111000101000000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701652; }

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

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

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

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

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

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

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

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