#701654

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

Shades of Pompadour #701654

Tints of Pompadour #701654

Color information

#701654 (or 0x701654) is unknown color: approx Pompadour. HEX triplet: 70, 16 and 54. RGB value is (112,22,84). Sum of RGB (Red+Green+Blue) = 112+22+84=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701654 is #8FE9AB. Grayscale: #373737. Windows color (decimal): -9431468 or 5510768. OLE color: 5510768.

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

Color convert

RGB1122284-
CMYK00.800.250.56
HSL318.67º67.16%26.27%-
HSV(B)318.67º80.36%43.92%-
XYZ8.574.668.84-
YUV55.98143.82167.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=51.38%
G=10.09%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112228400.800.250.56318.6767.1626.27
Hex701654050193813f431a
Octal160261240120317047710332
Binary11100001011010101000101000011001111000100111111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701654; }

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

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

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

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

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

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

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

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