#70154E

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

Shades of Pompadour #70154E

Tints of Pompadour #70154E

Color information

#70154E (or 0x70154E) is unknown color: approx Pompadour. HEX triplet: 70, 15 and 4E. RGB value is (112,21,78). Sum of RGB (Red+Green+Blue) = 112+21+78=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70154E is #8FEAB1. Grayscale: #363636. Windows color (decimal): -9431730 or 5117296. OLE color: 5117296.

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

Color convert

RGB1122178-
CMYK00.810.300.56
HSL322.42º68.42%26.08%-
HSV(B)322.42º81.25%43.92%-
XYZ8.334.537.64-
YUV54.71141.15168.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=53.08%
G=9.95%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112217800.810.300.56322.4268.4226.08
Hex70154E0511E38142441a
Octal160251160121367050210432
Binary11100001010110011100101000111110111000101000010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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