#70224E

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

Shades of Pompadour #70224E

Tints of Pompadour #70224E

Color information

#70224E (or 0x70224E) is unknown color: approx Pompadour. HEX triplet: 70, 22 and 4E. RGB value is (112,34,78). Sum of RGB (Red+Green+Blue) = 112+34+78=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70224E is #8FDDB1. Grayscale: #3E3E3E. Windows color (decimal): -9428402 or 5120624. OLE color: 5120624.

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

Color convert

RGB1123478-
CMYK00.700.300.56
HSL326.15º53.42%28.63%-
HSV(B)326.15º69.64%43.92%-
XYZ8.635.147.74-
YUV62.34136.84163.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=50%
G=15.18%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112347800.700.300.56326.1553.4228.63
Hex70224E0461E38146351d
Octal16042116010636705066535
Binary11100001000101001110010001101111011100010100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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