#70204C

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

Shades of Pompadour #70204C

Tints of Pompadour #70204C

Color information

#70204C (or 0x70204C) is unknown color: approx Pompadour. HEX triplet: 70, 20 and 4C. RGB value is (112,32,76). Sum of RGB (Red+Green+Blue) = 112+32+76=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70204C is #8FDFB3. Grayscale: #3C3C3C. Windows color (decimal): -9428916 or 4989040. OLE color: 4989040.

HSL color Cylindrical-coordinate representation of color #70204C: hue angle of 327º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70204C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1123276-
CMYK00.710.320.56
HSL327º55.56%28.24%-
HSV(B)327º71.43%43.92%-
XYZ8.557.35-
YUV60.94136.5164.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=50.91%
G=14.55%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112327600.710.320.5632755.5628.24
Hex70204C0472038147381c
Octal16040114010740705077034
Binary111000010000010011000100011110000011100010100011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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