#711352

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

Shades of Pompadour #711352

Tints of Pompadour #711352

Color information

#711352 (or 0x711352) is unknown color: approx Pompadour. HEX triplet: 71, 13 and 52. RGB value is (113,19,82). Sum of RGB (Red+Green+Blue) = 113+19+82=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #711352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711352 is #8EECAD. Grayscale: #363636. Windows color (decimal): -9366702 or 5378929. OLE color: 5378929.

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

Color convert

RGB1131982-
CMYK00.830.270.56
HSL319.79º71.21%25.88%-
HSV(B)319.79º83.19%44.31%-
XYZ8.574.598.42-
YUV54.29143.64169.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=52.80%
G=8.88%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113198200.830.270.56319.7971.2125.88
Hex7113520531B38140471a
Octal161231220123337050010732
Binary11100011001110100100101001111011111000101000000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711352; }

 p { color: rgb(113,19,82); }

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

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

 a { background-color: rgb(113,19,82); }

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

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

 span { border-color: rgb(113,19,82); }

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