#71274F

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

Shades of Pompadour #71274F

Tints of Pompadour #71274F

Color information

#71274F (or 0x71274F) is unknown color: approx Pompadour. HEX triplet: 71, 27 and 4F. RGB value is (113,39,79). Sum of RGB (Red+Green+Blue) = 113+39+79=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71274F is #8ED8B0. Grayscale: #414141. Windows color (decimal): -9361585 or 5187441. OLE color: 5187441.

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

Color convert

RGB1133979-
CMYK00.650.300.56
HSL327.57º48.68%29.8%-
HSV(B)327.57º65.49%44.31%-
XYZ8.955.537.99-
YUV65.69135.52161.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=48.92%
G=16.88%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113397900.650.300.56327.5748.6829.8
Hex71274F0411E38148311e
Octal16147117010136705106136
Binary11100011001111001111010000011111011100010100100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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