#71104E

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

Shades of Pompadour #71104E

Tints of Pompadour #71104E

Color information

#71104E (or 0x71104E) is unknown color: approx Pompadour. HEX triplet: 71, 10 and 4E. RGB value is (113,16,78). Sum of RGB (Red+Green+Blue) = 113+16+78=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71104E is #8EEFB1. Grayscale: #333333. Windows color (decimal): -9367474 or 5116017. OLE color: 5116017.

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

Color convert

RGB1131678-
CMYK00.860.310.56
HSL321.65º75.19%25.29%-
HSV(B)321.65º85.84%44.31%-
XYZ8.374.437.62-
YUV52.07142.64171.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=54.59%
G=7.73%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113167800.860.310.56321.6575.1925.29
Hex71104E0561F381424b19
Octal161201160126377050211331
Binary11100011000010011100101011011111111000101000010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71104E; }

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

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

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

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

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

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

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

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