#71406D

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

Shades of Eminence #71406D

Tints of Eminence #71406D

Color information

#71406D (or 0x71406D) is unknown color: approx Eminence. HEX triplet: 71, 40 and 6D. RGB value is (113,64,109). Sum of RGB (Red+Green+Blue) = 113+64+109=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #71406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71406D is #8EBF92. Grayscale: #535353. Windows color (decimal): -9355155 or 7159921. OLE color: 7159921.

HSL color Cylindrical-coordinate representation of color #71406D: hue angle of 304.9º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71406D is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11364109-
CMYK00.430.040.56
HSL304.9º27.68%34.71%-
HSV(B)304.9º43.36%44.31%-
XYZ11.48.2815.47-
YUV83.78142.23148.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=39.51%
G=22.38%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136410900.430.040.56304.927.6834.71
Hex71406D02B4381311c23
Octal1611001550534704613443
Binary111000110000001101101010101110011100010011000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71406D; }

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

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

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

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

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

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

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

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