#713D6F

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

Shades of Eminence #713D6F

Tints of Eminence #713D6F

Color information

#713D6F (or 0x713D6F) is unknown color: approx Eminence. HEX triplet: 71, 3D and 6F. RGB value is (113,61,111). Sum of RGB (Red+Green+Blue) = 113+61+111=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #713D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713D6F is #8EC290. Grayscale: #525252. Windows color (decimal): -9355921 or 7290225. OLE color: 7290225.

HSL color Cylindrical-coordinate representation of color #713D6F: hue angle of 302.31º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #713D6F is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11361111-
CMYK00.460.020.56
HSL302.31º29.89%34.12%-
HSV(B)302.31º46.02%44.31%-
XYZ11.35815.98-
YUV82.25144.23149.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=39.65%
G=21.40%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136111100.460.020.56302.3129.8934.12
Hex713D6F02E23812e1e22
Octal161751570562704563642
Binary1110001111101110111101011101011100010010111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713D6F; }

 p { color: rgb(113,61,111); }

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

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

 a { background-color: rgb(113,61,111); }

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

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

 span { border-color: rgb(113,61,111); }

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