#701E40

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

Shades of Pompadour #701E40

Tints of Pompadour #701E40

Color information

#701E40 (or 0x701E40) is unknown color: approx Pompadour. HEX triplet: 70, 1E and 40. RGB value is (112,30,64). Sum of RGB (Red+Green+Blue) = 112+30+64=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #701E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E40 is #8FE1BF. Grayscale: #3A3A3A. Windows color (decimal): -9429440 or 4202096. OLE color: 4202096.

HSL color Cylindrical-coordinate representation of color #701E40: hue angle of 335.12º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E40 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1123064-
CMYK00.730.430.56
HSL335.12º57.75%27.84%-
HSV(B)335.12º73.21%43.92%-
XYZ8.074.745.34-
YUV58.39131.17166.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=54.37%
G=14.56%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112306400.730.430.56335.1257.7527.84
Hex701E400492B3814f3a1c
Octal16036100011153705177234
Binary11100001111010000000100100110101111100010100111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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