#70144C

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

Shades of Pompadour #70144C

Tints of Pompadour #70144C

Color information

#70144C (or 0x70144C) is unknown color: approx Pompadour. HEX triplet: 70, 14 and 4C. RGB value is (112,20,76). Sum of RGB (Red+Green+Blue) = 112+20+76=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70144C is #8FEBB3. Grayscale: #353535. Windows color (decimal): -9431988 or 4985968. OLE color: 4985968.

HSL color Cylindrical-coordinate representation of color #70144C: hue angle of 323.48º 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 #70144C is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1122076-
CMYK00.820.320.56
HSL323.48º69.7%25.88%-
HSV(B)323.48º82.14%43.92%-
XYZ8.244.477.27-
YUV53.89140.48169.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=53.85%
G=9.62%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112207600.820.320.56323.4869.725.88
Hex70144C0522038143461a
Octal160241140122407050310632
Binary111000010100100110001010010100000111000101000011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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