#701954

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

Shades of Pompadour #701954

Tints of Pompadour #701954

Color information

#701954 (or 0x701954) is unknown color: approx Pompadour. HEX triplet: 70, 19 and 54. RGB value is (112,25,84). Sum of RGB (Red+Green+Blue) = 112+25+84=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #701954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701954 is #8FE6AB. Grayscale: #393939. Windows color (decimal): -9430700 or 5511536. OLE color: 5511536.

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

Color convert

RGB1122584-
CMYK00.780.250.56
HSL319.31º63.5%26.86%-
HSV(B)319.31º77.68%43.92%-
XYZ8.634.788.86-
YUV57.74142.82166.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=50.68%
G=11.31%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112258400.780.250.56319.3163.526.86
Hex70195404E193813f401b
Octal160311240116317047710033
Binary11100001100110101000100111011001111000100111111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701954; }

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

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

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

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

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

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

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

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