#701142

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

Shades of Pompadour #701142

Tints of Pompadour #701142

Color information

#701142 (or 0x701142) is unknown color: approx Pompadour. HEX triplet: 70, 11 and 42. RGB value is (112,17,66). Sum of RGB (Red+Green+Blue) = 112+17+66=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #701142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701142 is #8FEEBD. Grayscale: #323232. Windows color (decimal): -9432766 or 4329840. OLE color: 4329840.

HSL color Cylindrical-coordinate representation of color #701142: hue angle of 329.05º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701142 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1121766-
CMYK00.850.410.56
HSL329.05º73.64%25.29%-
HSV(B)329.05º84.82%43.92%-
XYZ7.874.245.56-
YUV50.99136.47171.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=57.44%
G=8.72%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112176600.850.410.56329.0573.6425.29
Hex70114205529381494a19
Octal160211020125517051111231
Binary111000010001100001001010101101001111000101001001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701142; }

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

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

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

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

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

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

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

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