#71224E

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

Shades of Pompadour #71224E

Tints of Pompadour #71224E

Color information

#71224E (or 0x71224E) is unknown color: approx Pompadour. HEX triplet: 71, 22 and 4E. RGB value is (113,34,78). Sum of RGB (Red+Green+Blue) = 113+34+78=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71224E is #8EDDB1. Grayscale: #3E3E3E. Windows color (decimal): -9362866 or 5120625. OLE color: 5120625.

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

Color convert

RGB1133478-
CMYK00.700.310.56
HSL326.58º53.74%28.82%-
HSV(B)326.58º69.91%44.31%-
XYZ8.765.27.75-
YUV62.64136.67163.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=50.22%
G=15.11%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113347800.700.310.56326.5853.7428.82
Hex71224E0461F38147361d
Octal16142116010637705076635
Binary11100011000101001110010001101111111100010100011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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