#711050

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

Shades of Pompadour #711050

Tints of Pompadour #711050

Color information

#711050 (or 0x711050) is unknown color: approx Pompadour. HEX triplet: 71, 10 and 50. RGB value is (113,16,80). Sum of RGB (Red+Green+Blue) = 113+16+80=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #711050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711050 is #8EEFAF. Grayscale: #343434. Windows color (decimal): -9367472 or 5247089. OLE color: 5247089.

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

Color convert

RGB1131680-
CMYK00.860.290.56
HSL320.41º75.19%25.29%-
HSV(B)320.41º85.84%44.31%-
XYZ8.444.468.01-
YUV52.3143.64171.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=54.07%
G=7.66%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113168000.860.290.56320.4175.1925.29
Hex7110500561D381404b19
Octal161201200126357050011331
Binary11100011000010100000101011011101111000101000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711050; }

 p { color: rgb(113,16,80); }

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

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

 a { background-color: rgb(113,16,80); }

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

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

 span { border-color: rgb(113,16,80); }

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