#701948

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

Shades of Pompadour #701948

Tints of Pompadour #701948

Color information

#701948 (or 0x701948) is unknown color: approx Pompadour. HEX triplet: 70, 19 and 48. RGB value is (112,25,72). Sum of RGB (Red+Green+Blue) = 112+25+72=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #701948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701948 is #8FE6B7. Grayscale: #383838. Windows color (decimal): -9430712 or 4725104. OLE color: 4725104.

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

Color convert

RGB1122572-
CMYK00.780.360.56
HSL327.59º63.5%26.86%-
HSV(B)327.59º77.68%43.92%-
XYZ8.24.616.59-
YUV56.37136.82167.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=53.59%
G=11.96%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112257200.780.360.56327.5963.526.86
Hex70194804E2438148401b
Octal160311100116447051010033
Binary111000011001100100001001110100100111000101001000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701948; }

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

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

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

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

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

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

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

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