#71194F

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

Shades of Pompadour #71194F

Tints of Pompadour #71194F

Color information

#71194F (or 0x71194F) is unknown color: approx Pompadour. HEX triplet: 71, 19 and 4F. RGB value is (113,25,79). Sum of RGB (Red+Green+Blue) = 113+25+79=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #71194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71194F is #8EE6B0. Grayscale: #393939. Windows color (decimal): -9365169 or 5183857. OLE color: 5183857.

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

Color convert

RGB1132579-
CMYK00.780.300.56
HSL323.18º63.77%27.06%-
HSV(B)323.18º77.88%44.31%-
XYZ8.574.777.87-
YUV57.47140.15167.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=52.07%
G=11.52%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113257900.780.300.56323.1863.7727.06
Hex71194F04E1E38143401b
Octal161311170116367050310033
Binary11100011100110011110100111011110111000101000011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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