#71204E

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

Shades of Pompadour #71204E

Tints of Pompadour #71204E

Color information

#71204E (or 0x71204E) is unknown color: approx Pompadour. HEX triplet: 71, 20 and 4E. RGB value is (113,32,78). Sum of RGB (Red+Green+Blue) = 113+32+78=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71204E is #8EDFB1. Grayscale: #3D3D3D. Windows color (decimal): -9363378 or 5120113. OLE color: 5120113.

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

Color convert

RGB1133278-
CMYK00.720.310.56
HSL325.93º55.86%28.43%-
HSV(B)325.93º71.68%44.31%-
XYZ8.75.097.73-
YUV61.46137.34164.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=50.67%
G=14.35%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113327800.720.310.56325.9355.8628.43
Hex71204E0481F38146381c
Octal16140116011037705067034
Binary11100011000001001110010010001111111100010100011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71204E; }

 p { color: rgb(113,32,78); }

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

<style>
 a { background-color: #71204E; }

 a { background-color: rgb(113,32,78); }

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

<style>
 span { border-color: #71204E; }

 span { border-color: rgb(113,32,78); }

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