#71114F

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

Shades of Pompadour #71114F

Tints of Pompadour #71114F

Color information

#71114F (or 0x71114F) is unknown color: approx Pompadour. HEX triplet: 71, 11 and 4F. RGB value is (113,17,79). Sum of RGB (Red+Green+Blue) = 113+17+79=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71114F is #8EEEB0. Grayscale: #343434. Windows color (decimal): -9367217 or 5181809. OLE color: 5181809.

HSL color Cylindrical-coordinate representation of color #71114F: hue angle of 321.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71114F is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1131779-
CMYK00.850.300.56
HSL321.25º73.85%25.49%-
HSV(B)321.25º84.96%44.31%-
XYZ8.424.487.82-
YUV52.77142.8170.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 17 (7.03% from 255) = 8.13%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=54.07%
G=8.13%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113177900.850.300.56321.2573.8525.49
Hex71114F0551E381414a19
Octal161211170125367050111231
Binary11100011000110011110101010111110111000101000001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71114F; }

 p { color: rgb(113,17,79); }

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

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

 a { background-color: rgb(113,17,79); }

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

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

 span { border-color: rgb(113,17,79); }

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