#71174E

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

Shades of Pompadour #71174E

Tints of Pompadour #71174E

Color information

#71174E (or 0x71174E) is unknown color: approx Pompadour. HEX triplet: 71, 17 and 4E. RGB value is (113,23,78). Sum of RGB (Red+Green+Blue) = 113+23+78=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71174E is #8EE8B1. Grayscale: #383838. Windows color (decimal): -9365682 or 5117809. OLE color: 5117809.

HSL color Cylindrical-coordinate representation of color #71174E: hue angle of 323.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71174E is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1132378-
CMYK00.800.310.56
HSL323.33º66.18%26.67%-
HSV(B)323.33º79.65%44.31%-
XYZ8.494.677.66-
YUV56.18140.32168.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 23 (9.38% from 255) = 10.75%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=52.80%
G=10.75%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113237800.800.310.56323.3366.1826.67
Hex71174E0501F38143421b
Octal161271160120377050310233
Binary11100011011110011100101000011111111000101000011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71174E; }

 p { color: rgb(113,23,78); }

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

<style>
 a { background-color: #71174E; }

 a { background-color: rgb(113,23,78); }

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

<style>
 span { border-color: #71174E; }

 span { border-color: rgb(113,23,78); }

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