#701946

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

Shades of Pompadour #701946

Tints of Pompadour #701946

Color information

#701946 (or 0x701946) is unknown color: approx Pompadour. HEX triplet: 70, 19 and 46. RGB value is (112,25,70). Sum of RGB (Red+Green+Blue) = 112+25+70=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #701946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701946 is #8FE6B9. Grayscale: #383838. Windows color (decimal): -9430714 or 4594032. OLE color: 4594032.

HSL color Cylindrical-coordinate representation of color #701946: hue angle of 328.97º 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 #701946 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1122570-
CMYK00.780.380.56
HSL328.97º63.5%26.86%-
HSV(B)328.97º77.68%43.92%-
XYZ8.144.586.25-
YUV56.14135.82167.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=54.11%
G=12.08%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112257000.780.380.56328.9763.526.86
Hex70194604E2638149401b
Octal160311060116467051110033
Binary111000011001100011001001110100110111000101001001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701946; }

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

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

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

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

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

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

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

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