#70164A

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

Shades of Pompadour #70164A

Tints of Pompadour #70164A

Color information

#70164A (or 0x70164A) is unknown color: approx Pompadour. HEX triplet: 70, 16 and 4A. RGB value is (112,22,74). Sum of RGB (Red+Green+Blue) = 112+22+74=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70164A is #8FE9B5. Grayscale: #363636. Windows color (decimal): -9431478 or 4855408. OLE color: 4855408.

HSL color Cylindrical-coordinate representation of color #70164A: hue angle of 325.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70164A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1122274-
CMYK00.800.340.56
HSL325.33º67.16%26.27%-
HSV(B)325.33º80.36%43.92%-
XYZ8.214.516.92-
YUV54.84138.82168.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=53.85%
G=10.58%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112227400.800.340.56325.3367.1626.27
Hex70164A0502238145431a
Octal160261120120427050510332
Binary111000010110100101001010000100010111000101000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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