#71466A

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

Shades of Eminence #71466A

Tints of Eminence #71466A

Color information

#71466A (or 0x71466A) is unknown color: approx Eminence. HEX triplet: 71, 46 and 6A. RGB value is (113,70,106). Sum of RGB (Red+Green+Blue) = 113+70+106=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71466A is #8EB995. Grayscale: #565656. Windows color (decimal): -9353622 or 6964849. OLE color: 6964849.

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

Color convert

RGB11370106-
CMYK00.380.060.56
HSL309.77º23.5%35.88%-
HSV(B)309.77º38.05%44.31%-
XYZ11.68.9314.75-
YUV86.96138.75146.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=39.10%
G=24.22%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137010600.380.060.56309.7723.535.88
Hex71466A0266381361724
Octal1611061520466704662744
Binary111000110001101101010010011011011100010011011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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