#701349

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

Shades of Pompadour #701349

Tints of Pompadour #701349

Color information

#701349 (or 0x701349) is unknown color: approx Pompadour. HEX triplet: 70, 13 and 49. RGB value is (112,19,73). Sum of RGB (Red+Green+Blue) = 112+19+73=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #701349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701349 is #8FECB6. Grayscale: #343434. Windows color (decimal): -9432247 or 4789104. OLE color: 4789104.

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

Color convert

RGB1121973-
CMYK00.830.350.56
HSL325.16º70.99%25.69%-
HSV(B)325.16º83.04%43.92%-
XYZ8.124.396.72-
YUV52.96139.31170.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 19 (7.81% from 255) = 9.31%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=54.90%
G=9.31%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112197300.830.350.56325.1670.9925.69
Hex7013490532338145471a
Octal160231110123437050510732
Binary111000010011100100101010011100011111000101000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701349; }

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

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

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

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

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

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

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

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