#701F42

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

Shades of Pompadour #701F42

Tints of Pompadour #701F42

Color information

#701F42 (or 0x701F42) is unknown color: approx Pompadour. HEX triplet: 70, 1F and 42. RGB value is (112,31,66). Sum of RGB (Red+Green+Blue) = 112+31+66=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #701F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F42 is #8FE0BD. Grayscale: #3B3B3B. Windows color (decimal): -9429182 or 4333424. OLE color: 4333424.

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

Color convert

RGB1123166-
CMYK00.720.410.56
HSL334.07º56.64%28.04%-
HSV(B)334.07º72.32%43.92%-
XYZ8.164.825.65-
YUV59.21131.84165.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=53.59%
G=14.83%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112316600.720.410.56334.0756.6428.04
Hex701F42048293814e391c
Octal16037102011051705167134
Binary11100001111110000100100100010100111100010100111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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