#71184C

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

Shades of Pompadour #71184C

Tints of Pompadour #71184C

Color information

#71184C (or 0x71184C) is unknown color: approx Pompadour. HEX triplet: 71, 18 and 4C. RGB value is (113,24,76). Sum of RGB (Red+Green+Blue) = 113+24+76=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71184C is #8EE7B3. Grayscale: #383838. Windows color (decimal): -9365428 or 4986993. OLE color: 4986993.

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

Color convert

RGB1132476-
CMYK00.790.330.56
HSL324.94º64.96%26.86%-
HSV(B)324.94º78.76%44.31%-
XYZ8.444.697.3-
YUV56.54138.99168.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=53.05%
G=11.27%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113247600.790.330.56324.9464.9626.86
Hex71184C04F2138145411b
Octal161301140117417050510133
Binary111000111000100110001001111100001111000101000101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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