#701040

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

Shades of Pompadour #701040

Tints of Pompadour #701040

Color information

#701040 (or 0x701040) is unknown color: approx Pompadour. HEX triplet: 70, 10 and 40. RGB value is (112,16,64). Sum of RGB (Red+Green+Blue) = 112+16+64=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #701040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701040 is #8FEFBF. Grayscale: #323232. Windows color (decimal): -9433024 or 4198512. OLE color: 4198512.

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

Color convert

RGB1121664-
CMYK00.860.430.56
HSL330º75%25.1%-
HSV(B)330º85.71%43.92%-
XYZ7.794.195.25-
YUV50.18135.8172.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.33%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=58.33%
G=8.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112166400.860.430.563307525.1
Hex7010400562B3814a4b19
Octal160201000126537051211331
Binary111000010000100000001010110101011111000101001010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701040; }

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

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

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

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

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

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

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

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