#711855

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

Shades of Pompadour #711855

Tints of Pompadour #711855

Color information

#711855 (or 0x711855) is unknown color: approx Pompadour. HEX triplet: 71, 18 and 55. RGB value is (113,24,85). Sum of RGB (Red+Green+Blue) = 113+24+85=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #711855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711855 is #8EE7AA. Grayscale: #393939. Windows color (decimal): -9365419 or 5576817. OLE color: 5576817.

HSL color Cylindrical-coordinate representation of color #711855: hue angle of 318.88º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711855 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1132485-
CMYK00.790.250.56
HSL318.88º64.96%26.86%-
HSV(B)318.88º78.76%44.31%-
XYZ8.784.829.06-
YUV57.56143.49167.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=50.90%
G=10.81%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113248500.790.250.56318.8864.9626.86
Hex71185504F193813f411b
Octal161301250117317047710133
Binary11100011100010101010100111111001111000100111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711855; }

 p { color: rgb(113,24,85); }

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

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

 a { background-color: rgb(113,24,85); }

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

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

 span { border-color: rgb(113,24,85); }

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