#711052

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

Shades of Pompadour #711052

Tints of Pompadour #711052

Color information

#711052 (or 0x711052) is unknown color: approx Pompadour. HEX triplet: 71, 10 and 52. RGB value is (113,16,82). Sum of RGB (Red+Green+Blue) = 113+16+82=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #711052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711052 is #8EEFAD. Grayscale: #343434. Windows color (decimal): -9367470 or 5378161. OLE color: 5378161.

HSL color Cylindrical-coordinate representation of color #711052: hue angle of 319.18º 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 #711052 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1131682-
CMYK00.860.270.56
HSL319.18º75.19%25.29%-
HSV(B)319.18º85.84%44.31%-
XYZ8.524.498.4-
YUV52.53144.64171.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=53.55%
G=7.58%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113168200.860.270.56319.1875.1925.29
Hex7110520561B3813f4b19
Octal161201220126337047711331
Binary11100011000010100100101011011011111000100111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711052; }

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

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

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

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

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

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

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

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