#71104F

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

Shades of Pompadour #71104F

Tints of Pompadour #71104F

Color information

#71104F (or 0x71104F) is unknown color: approx Pompadour. HEX triplet: 71, 10 and 4F. RGB value is (113,16,79). Sum of RGB (Red+Green+Blue) = 113+16+79=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71104F is #8EEFB0. Grayscale: #343434. Windows color (decimal): -9367473 or 5181553. OLE color: 5181553.

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

Color convert

RGB1131679-
CMYK00.860.300.56
HSL321.03º75.19%25.29%-
HSV(B)321.03º85.84%44.31%-
XYZ8.414.457.81-
YUV52.18143.14171.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=54.33%
G=7.69%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113167900.860.300.56321.0375.1925.29
Hex71104F0561E381414b19
Octal161201170126367050111331
Binary11100011000010011110101011011110111000101000001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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