#711246

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

Shades of Pompadour #711246

Tints of Pompadour #711246

Color information

#711246 (or 0x711246) is unknown color: approx Pompadour. HEX triplet: 71, 12 and 46. RGB value is (113,18,70). Sum of RGB (Red+Green+Blue) = 113+18+70=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #711246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711246 is #8EEDB9. Grayscale: #343434. Windows color (decimal): -9366970 or 4592241. OLE color: 4592241.

HSL color Cylindrical-coordinate representation of color #711246: hue angle of 327.16º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711246 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1131870-
CMYK00.840.380.56
HSL327.16º72.52%25.69%-
HSV(B)327.16º84.07%44.31%-
XYZ8.134.396.21-
YUV52.33137.97171.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=56.22%
G=8.96%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113187000.840.380.56327.1672.5225.69
Hex7112460542638147491a
Octal161221060124467050711132
Binary111000110010100011001010100100110111000101000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711246; }

 p { color: rgb(113,18,70); }

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

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

 a { background-color: rgb(113,18,70); }

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

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

 span { border-color: rgb(113,18,70); }

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