#70154A

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

Shades of Pompadour #70154A

Tints of Pompadour #70154A

Color information

#70154A (or 0x70154A) is unknown color: approx Pompadour. HEX triplet: 70, 15 and 4A. RGB value is (112,21,74). Sum of RGB (Red+Green+Blue) = 112+21+74=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70154A is #8FEAB5. Grayscale: #363636. Windows color (decimal): -9431734 or 4855152. OLE color: 4855152.

HSL color Cylindrical-coordinate representation of color #70154A: hue angle of 325.05º 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 #70154A is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1122174-
CMYK00.810.340.56
HSL325.05º68.42%26.08%-
HSV(B)325.05º81.25%43.92%-
XYZ8.194.486.91-
YUV54.25139.15169.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=54.11%
G=10.14%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112217400.810.340.56325.0568.4226.08
Hex70154A0512238145441a
Octal160251120121427050510432
Binary111000010101100101001010001100010111000101000101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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