#71174D

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

Shades of Pompadour #71174D

Tints of Pompadour #71174D

Color information

#71174D (or 0x71174D) is unknown color: approx Pompadour. HEX triplet: 71, 17 and 4D. RGB value is (113,23,77). Sum of RGB (Red+Green+Blue) = 113+23+77=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71174D is #8EE8B2. Grayscale: #373737. Windows color (decimal): -9365683 or 5052273. OLE color: 5052273.

HSL color Cylindrical-coordinate representation of color #71174D: hue angle of 324º 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 #71174D is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1132377-
CMYK00.800.320.56
HSL324º66.18%26.67%-
HSV(B)324º79.65%44.31%-
XYZ8.464.667.47-
YUV56.07139.82168.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=53.05%
G=10.80%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113237700.800.320.5632466.1826.67
Hex71174D0502038144421b
Octal161271150120407050410233
Binary111000110111100110101010000100000111000101000100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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