#711D4A

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

Shades of Pompadour #711D4A

Tints of Pompadour #711D4A

Color information

#711D4A (or 0x711D4A) is unknown color: approx Pompadour. HEX triplet: 71, 1D and 4A. RGB value is (113,29,74). Sum of RGB (Red+Green+Blue) = 113+29+74=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #711D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D4A is #8EE2B5. Grayscale: #3B3B3B. Windows color (decimal): -9364150 or 4857201. OLE color: 4857201.

HSL color Cylindrical-coordinate representation of color #711D4A: hue angle of 327.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D4A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1132974-
CMYK00.740.350.56
HSL327.86º59.15%27.84%-
HSV(B)327.86º74.34%44.31%-
XYZ8.494.886.97-
YUV59.25136.33166.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.31%
GREEN value IS 29 (11.72% from 255) = 13.43%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=52.31%
G=13.43%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113297400.740.350.56327.8659.1527.84
Hex711D4A04A23381483b1c
Octal16135112011243705107334
Binary11100011110110010100100101010001111100010100100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711D4A; }

 p { color: rgb(113,29,74); }

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

<style>
 a { background-color: #711D4A; }

 a { background-color: rgb(113,29,74); }

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

<style>
 span { border-color: #711D4A; }

 span { border-color: rgb(113,29,74); }

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