#701949

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

Shades of Pompadour #701949

Tints of Pompadour #701949

Color information

#701949 (or 0x701949) is unknown color: approx Pompadour. HEX triplet: 70, 19 and 49. RGB value is (112,25,73). Sum of RGB (Red+Green+Blue) = 112+25+73=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #701949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701949 is #8FE6B6. Grayscale: #383838. Windows color (decimal): -9430711 or 4790640. OLE color: 4790640.

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

Color convert

RGB1122573-
CMYK00.780.350.56
HSL326.9º63.5%26.86%-
HSV(B)326.9º77.68%43.92%-
XYZ8.234.626.76-
YUV56.48137.32167.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=53.33%
G=11.90%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112257300.780.350.56326.963.526.86
Hex70194904E2338147401b
Octal160311110116437050710033
Binary111000011001100100101001110100011111000101000111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701949; }

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

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

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

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

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

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

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

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