#711252

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

Shades of Pompadour #711252

Tints of Pompadour #711252

Color information

#711252 (or 0x711252) is unknown color: approx Pompadour. HEX triplet: 71, 12 and 52. RGB value is (113,18,82). Sum of RGB (Red+Green+Blue) = 113+18+82=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #711252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711252 is #8EEDAD. Grayscale: #353535. Windows color (decimal): -9366958 or 5378673. OLE color: 5378673.

HSL color Cylindrical-coordinate representation of color #711252: hue angle of 319.58º 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 #711252 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1131882-
CMYK00.840.270.56
HSL319.58º72.52%25.69%-
HSV(B)319.58º84.07%44.31%-
XYZ8.554.558.41-
YUV53.7143.97170.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=53.05%
G=8.45%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113188200.840.270.56319.5872.5225.69
Hex7112520541B38140491a
Octal161221220124337050011132
Binary11100011001010100100101010011011111000101000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711252; }

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

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

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

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

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

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

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

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