#711051

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

Shades of Pompadour #711051

Tints of Pompadour #711051

Color information

#711051 (or 0x711051) is unknown color: approx Pompadour. HEX triplet: 71, 10 and 51. RGB value is (113,16,81). Sum of RGB (Red+Green+Blue) = 113+16+81=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #711051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711051 is #8EEFAE. Grayscale: #343434. Windows color (decimal): -9367471 or 5312625. OLE color: 5312625.

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

Color convert

RGB1131681-
CMYK00.860.280.56
HSL319.79º75.19%25.29%-
HSV(B)319.79º85.84%44.31%-
XYZ8.484.488.2-
YUV52.41144.14171.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=53.81%
G=7.62%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113168100.860.280.56319.7975.1925.29
Hex7110510561C381404b19
Octal161201210126347050011331
Binary11100011000010100010101011011100111000101000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711051; }

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

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

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

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

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

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

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

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