#71104C

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

Shades of Pompadour #71104C

Tints of Pompadour #71104C

Color information

#71104C (or 0x71104C) is unknown color: approx Pompadour. HEX triplet: 71, 10 and 4C. RGB value is (113,16,76). Sum of RGB (Red+Green+Blue) = 113+16+76=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71104C is #8EEFB3. Grayscale: #333333. Windows color (decimal): -9367476 or 4984945. OLE color: 4984945.

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

Color convert

RGB1131676-
CMYK00.860.330.56
HSL322.89º75.19%25.29%-
HSV(B)322.89º85.84%44.31%-
XYZ8.34.47.25-
YUV51.84141.64171.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=55.12%
G=7.80%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113167600.860.330.56322.8975.1925.29
Hex71104C05621381434b19
Octal161201140126417050311331
Binary111000110000100110001010110100001111000101000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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