#701944

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

Shades of Pompadour #701944

Tints of Pompadour #701944

Color information

#701944 (or 0x701944) is unknown color: approx Pompadour. HEX triplet: 70, 19 and 44. RGB value is (112,25,68). Sum of RGB (Red+Green+Blue) = 112+25+68=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #701944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701944 is #8FE6BB. Grayscale: #373737. Windows color (decimal): -9430716 or 4462960. OLE color: 4462960.

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

Color convert

RGB1122568-
CMYK00.780.390.56
HSL330.34º63.5%26.86%-
HSV(B)330.34º77.68%43.92%-
XYZ8.074.565.92-
YUV55.92134.82168-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=54.63%
G=12.20%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112256800.780.390.56330.3463.526.86
Hex70194404E273814a401b
Octal160311040116477051210033
Binary111000011001100010001001110100111111000101001010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701944; }

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

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

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

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

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

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

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

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