#70144E

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

Shades of Pompadour #70144E

Tints of Pompadour #70144E

Color information

#70144E (or 0x70144E) is unknown color: approx Pompadour. HEX triplet: 70, 14 and 4E. RGB value is (112,20,78). Sum of RGB (Red+Green+Blue) = 112+20+78=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70144E is #8FEBB1. Grayscale: #353535. Windows color (decimal): -9431986 or 5117040. OLE color: 5117040.

HSL color Cylindrical-coordinate representation of color #70144E: hue angle of 322.17º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70144E is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1122078-
CMYK00.820.300.56
HSL322.17º69.7%25.88%-
HSV(B)322.17º82.14%43.92%-
XYZ8.314.57.64-
YUV54.12141.48169.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=53.33%
G=9.52%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112207800.820.300.56322.1769.725.88
Hex70144E0521E38142461a
Octal160241160122367050210632
Binary11100001010010011100101001011110111000101000010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70144E; }

 p { color: rgb(112,20,78); }

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

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

 a { background-color: rgb(112,20,78); }

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

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

 span { border-color: rgb(112,20,78); }

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