#711B4B

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

Shades of Pompadour #711B4B

Tints of Pompadour #711B4B

Color information

#711B4B (or 0x711B4B) is unknown color: approx Pompadour. HEX triplet: 71, 1B and 4B. RGB value is (113,27,75). Sum of RGB (Red+Green+Blue) = 113+27+75=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #711B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B4B is #8EE4B4. Grayscale: #3A3A3A. Windows color (decimal): -9364661 or 4922225. OLE color: 4922225.

HSL color Cylindrical-coordinate representation of color #711B4B: hue angle of 326.51º 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 #711B4B is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1132775-
CMYK00.760.340.56
HSL326.51º61.43%27.45%-
HSV(B)326.51º76.11%44.31%-
XYZ8.474.87.14-
YUV58.19137.49167.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=52.56%
G=12.56%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113277500.760.340.56326.5161.4327.45
Hex711B4B04C22381473d1b
Octal16133113011442705077533
Binary11100011101110010110100110010001011100010100011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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