#701941

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

Shades of Pompadour #701941

Tints of Pompadour #701941

Color information

#701941 (or 0x701941) is unknown color: approx Pompadour. HEX triplet: 70, 19 and 41. RGB value is (112,25,65). Sum of RGB (Red+Green+Blue) = 112+25+65=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701941 is #8FE6BE. Grayscale: #373737. Windows color (decimal): -9430719 or 4266352. OLE color: 4266352.

HSL color Cylindrical-coordinate representation of color #701941: hue angle of 332.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701941 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1122565-
CMYK00.780.420.56
HSL332.41º63.5%26.86%-
HSV(B)332.41º77.68%43.92%-
XYZ7.984.525.45-
YUV55.57133.32168.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=55.45%
G=12.38%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112256500.780.420.56332.4163.526.86
Hex70194104E2A3814c401b
Octal160311010116527051410033
Binary111000011001100000101001110101010111000101001100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701941; }

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

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

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

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

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

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

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

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