#711349

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

Shades of Pompadour #711349

Tints of Pompadour #711349

Color information

#711349 (or 0x711349) is unknown color: approx Pompadour. HEX triplet: 71, 13 and 49. RGB value is (113,19,73). Sum of RGB (Red+Green+Blue) = 113+19+73=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #711349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711349 is #8EECB6. Grayscale: #353535. Windows color (decimal): -9366711 or 4789105. OLE color: 4789105.

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

Color convert

RGB1131973-
CMYK00.830.350.56
HSL325.53º71.21%25.88%-
HSV(B)325.53º83.19%44.31%-
XYZ8.254.466.73-
YUV53.26139.14170.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=55.12%
G=9.27%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113197300.830.350.56325.5371.2125.88
Hex7113490532338146471a
Octal161231110123437050610732
Binary111000110011100100101010011100011111000101000110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711349; }

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

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

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

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

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

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

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

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