#711451

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

Shades of Pompadour #711451

Tints of Pompadour #711451

Color information

#711451 (or 0x711451) is unknown color: approx Pompadour. HEX triplet: 71, 14 and 51. RGB value is (113,20,81). Sum of RGB (Red+Green+Blue) = 113+20+81=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #711451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711451 is #8EEBAE. Grayscale: #363636. Windows color (decimal): -9366447 or 5313649. OLE color: 5313649.

HSL color Cylindrical-coordinate representation of color #711451: hue angle of 320.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711451 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1132081-
CMYK00.820.280.56
HSL320.65º69.92%26.08%-
HSV(B)320.65º82.3%44.31%-
XYZ8.554.618.22-
YUV54.76142.81169.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=52.80%
G=9.35%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113208100.820.280.56320.6569.9226.08
Hex7114510521C38141461a
Octal161241210122347050110632
Binary11100011010010100010101001011100111000101000001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711451; }

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

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

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

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

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

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

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

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