#71184D

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

Shades of Pompadour #71184D

Tints of Pompadour #71184D

Color information

#71184D (or 0x71184D) is unknown color: approx Pompadour. HEX triplet: 71, 18 and 4D. RGB value is (113,24,77). Sum of RGB (Red+Green+Blue) = 113+24+77=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71184D is #8EE7B2. Grayscale: #383838. Windows color (decimal): -9365427 or 5052529. OLE color: 5052529.

HSL color Cylindrical-coordinate representation of color #71184D: hue angle of 324.27º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71184D is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1132477-
CMYK00.790.320.56
HSL324.27º64.96%26.86%-
HSV(B)324.27º78.76%44.31%-
XYZ8.484.77.48-
YUV56.65139.49168.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=52.80%
G=11.21%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113247700.790.320.56324.2764.9626.86
Hex71184D04F2038144411b
Octal161301150117407050410133
Binary111000111000100110101001111100000111000101000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71184D; }

 p { color: rgb(113,24,77); }

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

<style>
 a { background-color: #71184D; }

 a { background-color: rgb(113,24,77); }

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

<style>
 span { border-color: #71184D; }

 span { border-color: rgb(113,24,77); }

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