#70164F

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

Shades of Pompadour #70164F

Tints of Pompadour #70164F

Color information

#70164F (or 0x70164F) is unknown color: approx Pompadour. HEX triplet: 70, 16 and 4F. RGB value is (112,22,79). Sum of RGB (Red+Green+Blue) = 112+22+79=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70164F is #8FE9B0. Grayscale: #373737. Windows color (decimal): -9431473 or 5183088. OLE color: 5183088.

HSL color Cylindrical-coordinate representation of color #70164F: hue angle of 322º 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 #70164F is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1122279-
CMYK00.800.290.56
HSL322º67.16%26.27%-
HSV(B)322º80.36%43.92%-
XYZ8.384.587.84-
YUV55.41141.32168.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=52.58%
G=10.33%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112227900.800.290.5632267.1626.27
Hex70164F0501D38142431a
Octal160261170120357050210332
Binary11100001011010011110101000011101111000101000010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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