#711040

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

Shades of Pompadour #711040

Tints of Pompadour #711040

Color information

#711040 (or 0x711040) is unknown color: approx Pompadour. HEX triplet: 71, 10 and 40. RGB value is (113,16,64). Sum of RGB (Red+Green+Blue) = 113+16+64=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #711040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711040 is #8EEFBF. Grayscale: #323232. Windows color (decimal): -9367488 or 4198513. OLE color: 4198513.

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

Color convert

RGB1131664-
CMYK00.860.430.56
HSL330.31º75.19%25.29%-
HSV(B)330.31º85.84%44.31%-
XYZ7.924.255.25-
YUV50.48135.64172.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=58.55%
G=8.29%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113166400.860.430.56330.3175.1925.29
Hex7110400562B3814a4b19
Octal161201000126537051211331
Binary111000110000100000001010110101011111000101001010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711040; }

 p { color: rgb(113,16,64); }

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

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

 a { background-color: rgb(113,16,64); }

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

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

 span { border-color: rgb(113,16,64); }

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