#711B4E

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

Shades of Pompadour #711B4E

Tints of Pompadour #711B4E

Color information

#711B4E (or 0x711B4E) is unknown color: approx Pompadour. HEX triplet: 71, 1B and 4E. RGB value is (113,27,78). Sum of RGB (Red+Green+Blue) = 113+27+78=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #711B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B4E is #8EE4B1. Grayscale: #3A3A3A. Windows color (decimal): -9364658 or 5118833. OLE color: 5118833.

HSL color Cylindrical-coordinate representation of color #711B4E: hue angle of 324.42º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B4E is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1132778-
CMYK00.760.310.56
HSL324.42º61.43%27.45%-
HSV(B)324.42º76.11%44.31%-
XYZ8.584.847.69-
YUV58.53138.99166.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=51.83%
G=12.39%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113277800.760.310.56324.4261.4327.45
Hex711B4E04C1F381443d1b
Octal16133116011437705047533
Binary1110001110111001110010011001111111100010100010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711B4E; }

 p { color: rgb(113,27,78); }

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

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

 a { background-color: rgb(113,27,78); }

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

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

 span { border-color: rgb(113,27,78); }

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