#71104A

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

Shades of Pompadour #71104A

Tints of Pompadour #71104A

Color information

#71104A (or 0x71104A) is unknown color: approx Pompadour. HEX triplet: 71, 10 and 4A. RGB value is (113,16,74). Sum of RGB (Red+Green+Blue) = 113+16+74=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #71104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71104A is #8EEFB5. Grayscale: #333333. Windows color (decimal): -9367478 or 4853873. OLE color: 4853873.

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

Color convert

RGB1131674-
CMYK00.860.350.56
HSL324.12º75.19%25.29%-
HSV(B)324.12º85.84%44.31%-
XYZ8.234.386.89-
YUV51.62140.64171.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=55.67%
G=7.88%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113167400.860.350.56324.1275.1925.29
Hex71104A05623381444b19
Octal161201120126437050411331
Binary111000110000100101001010110100011111000101000100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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