#71244F

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

Shades of Pompadour #71244F

Tints of Pompadour #71244F

Color information

#71244F (or 0x71244F) is unknown color: approx Pompadour. HEX triplet: 71, 24 and 4F. RGB value is (113,36,79). Sum of RGB (Red+Green+Blue) = 113+36+79=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71244F is #8EDBB0. Grayscale: #3F3F3F. Windows color (decimal): -9362353 or 5186673. OLE color: 5186673.

HSL color Cylindrical-coordinate representation of color #71244F: hue angle of 326.49º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71244F is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1133679-
CMYK00.680.300.56
HSL326.49º51.68%29.22%-
HSV(B)326.49º68.14%44.31%-
XYZ8.855.347.96-
YUV63.92136.51163-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=49.56%
G=15.79%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113367900.680.300.56326.4951.6829.22
Hex71244F0441E38146341d
Octal16144117010436705066435
Binary11100011001001001111010001001111011100010100011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,36,79); }

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

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

 a { background-color: rgb(113,36,79); }

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

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

 span { border-color: rgb(113,36,79); }

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