#71456A

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

Shades of Eminence #71456A

Tints of Eminence #71456A

Color information

#71456A (or 0x71456A) is unknown color: approx Eminence. HEX triplet: 71, 45 and 6A. RGB value is (113,69,106). Sum of RGB (Red+Green+Blue) = 113+69+106=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #71456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71456A is #8EBA95. Grayscale: #565656. Windows color (decimal): -9353878 or 6964593. OLE color: 6964593.

HSL color Cylindrical-coordinate representation of color #71456A: hue angle of 309.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71456A is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11369106-
CMYK00.390.060.56
HSL309.55º24.18%35.69%-
HSV(B)309.55º38.94%44.31%-
XYZ11.548.8114.73-
YUV86.37139.08146.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=39.24%
G=23.96%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136910600.390.060.56309.5524.1835.69
Hex71456A0276381361824
Octal1611051520476704663044
Binary111000110001011101010010011111011100010011011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71456A; }

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

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

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

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

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

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

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

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