#701F41

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

Shades of Pompadour #701F41

Tints of Pompadour #701F41

Color information

#701F41 (or 0x701F41) is unknown color: approx Pompadour. HEX triplet: 70, 1F and 41. RGB value is (112,31,65). Sum of RGB (Red+Green+Blue) = 112+31+65=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #701F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F41 is #8FE0BE. Grayscale: #3B3B3B. Windows color (decimal): -9429183 or 4267888. OLE color: 4267888.

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

Color convert

RGB1123165-
CMYK00.720.420.56
HSL334.81º56.64%28.04%-
HSV(B)334.81º72.32%43.92%-
XYZ8.134.815.5-
YUV59.1131.34165.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=53.85%
G=14.90%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112316500.720.420.56334.8156.6428.04
Hex701F410482A3814f391c
Octal16037101011052705177134
Binary11100001111110000010100100010101011100010100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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