#701649

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

Shades of Pompadour #701649

Tints of Pompadour #701649

Color information

#701649 (or 0x701649) is unknown color: approx Pompadour. HEX triplet: 70, 16 and 49. RGB value is (112,22,73). Sum of RGB (Red+Green+Blue) = 112+22+73=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #701649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701649 is #8FE9B6. Grayscale: #363636. Windows color (decimal): -9431479 or 4789872. OLE color: 4789872.

HSL color Cylindrical-coordinate representation of color #701649: hue angle of 326º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701649 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1122273-
CMYK00.800.350.56
HSL326º67.16%26.27%-
HSV(B)326º80.36%43.92%-
XYZ8.174.56.74-
YUV54.72138.32168.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=54.11%
G=10.63%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112227300.800.350.5632667.1626.27
Hex7016490502338146431a
Octal160261110120437050610332
Binary111000010110100100101010000100011111000101000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701649; }

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

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

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

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

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

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

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

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