#701A40

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

Shades of Pompadour #701A40

Tints of Pompadour #701A40

Color information

#701A40 (or 0x701A40) is unknown color: approx Pompadour. HEX triplet: 70, 1A and 40. RGB value is (112,26,64). Sum of RGB (Red+Green+Blue) = 112+26+64=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A40 is #8FE5BF. Grayscale: #373737. Windows color (decimal): -9430464 or 4201072. OLE color: 4201072.

HSL color Cylindrical-coordinate representation of color #701A40: hue angle of 333.49º 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 #701A40 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1122664-
CMYK00.770.430.56
HSL333.49º62.32%27.06%-
HSV(B)333.49º76.79%43.92%-
XYZ7.984.555.31-
YUV56.05132.49167.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=55.45%
G=12.87%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112266400.770.430.56333.4962.3227.06
Hex701A4004D2B3814d3e1b
Octal16032100011553705157633
Binary11100001101010000000100110110101111100010100110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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