#701A42

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

Shades of Pompadour #701A42

Tints of Pompadour #701A42

Color information

#701A42 (or 0x701A42) is unknown color: approx Pompadour. HEX triplet: 70, 1A and 42. RGB value is (112,26,66). Sum of RGB (Red+Green+Blue) = 112+26+66=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #701A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A42 is #8FE5BD. Grayscale: #383838. Windows color (decimal): -9430462 or 4332144. OLE color: 4332144.

HSL color Cylindrical-coordinate representation of color #701A42: hue angle of 332.09º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A42 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1122666-
CMYK00.770.410.56
HSL332.09º62.32%27.06%-
HSV(B)332.09º76.79%43.92%-
XYZ8.034.585.61-
YUV56.27133.49167.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 26 (10.55% from 255) = 12.75%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=54.90%
G=12.75%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112266600.770.410.56332.0962.3227.06
Hex701A4204D293814c3e1b
Octal16032102011551705147633
Binary11100001101010000100100110110100111100010100110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701A42; }

 p { color: rgb(112,26,66); }

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

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

 a { background-color: rgb(112,26,66); }

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

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

 span { border-color: rgb(112,26,66); }

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