#711153

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

Shades of Pompadour #711153

Tints of Pompadour #711153

Color information

#711153 (or 0x711153) is unknown color: approx Pompadour. HEX triplet: 71, 11 and 53. RGB value is (113,17,83). Sum of RGB (Red+Green+Blue) = 113+17+83=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #711153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711153 is #8EEEAC. Grayscale: #353535. Windows color (decimal): -9367213 or 5443953. OLE color: 5443953.

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

Color convert

RGB1131783-
CMYK00.850.270.56
HSL318.75º73.85%25.49%-
HSV(B)318.75º84.96%44.31%-
XYZ8.574.548.61-
YUV53.23144.8170.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=53.05%
G=7.98%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113178300.850.270.56318.7573.8525.49
Hex7111530551B3813f4a19
Octal161211230125337047711231
Binary11100011000110100110101010111011111000100111111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711153; }

 p { color: rgb(113,17,83); }

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

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

 a { background-color: rgb(113,17,83); }

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

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

 span { border-color: rgb(113,17,83); }

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