#711845

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

Shades of Pompadour #711845

Tints of Pompadour #711845

Color information

#711845 (or 0x711845) is unknown color: approx Pompadour. HEX triplet: 71, 18 and 45. RGB value is (113,24,69). Sum of RGB (Red+Green+Blue) = 113+24+69=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #711845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711845 is #8EE7BA. Grayscale: #373737. Windows color (decimal): -9365435 or 4528241. OLE color: 4528241.

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

Color convert

RGB1132469-
CMYK00.790.390.56
HSL329.66º64.96%26.86%-
HSV(B)329.66º78.76%44.31%-
XYZ8.214.596.08-
YUV55.74135.49168.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=54.85%
G=11.65%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113246900.790.390.56329.6664.9626.86
Hex71184504F273814a411b
Octal161301050117477051210133
Binary111000111000100010101001111100111111000101001010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711845; }

 p { color: rgb(113,24,69); }

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

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

 a { background-color: rgb(113,24,69); }

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

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

 span { border-color: rgb(113,24,69); }

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