#70204B

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

Shades of Pompadour #70204B

Tints of Pompadour #70204B

Color information

#70204B (or 0x70204B) is unknown color: approx Pompadour. HEX triplet: 70, 20 and 4B. RGB value is (112,32,75). Sum of RGB (Red+Green+Blue) = 112+32+75=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #70204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70204B is #8FDFB4. Grayscale: #3C3C3C. Windows color (decimal): -9428917 or 4923504. OLE color: 4923504.

HSL color Cylindrical-coordinate representation of color #70204B: hue angle of 327.75º 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 #70204B is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1123275-
CMYK00.710.330.56
HSL327.75º55.56%28.24%-
HSV(B)327.75º71.43%43.92%-
XYZ8.474.997.17-
YUV60.82136164.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=51.14%
G=14.61%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112327500.710.330.56327.7555.5628.24
Hex70204B0472138148381c
Octal16040113010741705107034
Binary111000010000010010110100011110000111100010100100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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