#71436E

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

Shades of Eminence #71436E

Tints of Eminence #71436E

Color information

#71436E (or 0x71436E) is unknown color: approx Eminence. HEX triplet: 71, 43 and 6E. RGB value is (113,67,110). Sum of RGB (Red+Green+Blue) = 113+67+110=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #71436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71436E is #8EBC91. Grayscale: #555555. Windows color (decimal): -9354386 or 7226225. OLE color: 7226225.

HSL color Cylindrical-coordinate representation of color #71436E: hue angle of 303.91º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71436E is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11367110-
CMYK00.410.030.56
HSL303.91º25.56%35.29%-
HSV(B)303.91º40.71%44.31%-
XYZ11.638.6515.81-
YUV85.66141.74147.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=38.97%
G=23.10%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136711000.410.030.56303.9125.5635.29
Hex71436E0293381301a23
Octal1611031560513704603243
Binary11100011000011110111001010011111100010011000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71436E; }

 p { color: rgb(113,67,110); }

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

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

 a { background-color: rgb(113,67,110); }

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

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

 span { border-color: rgb(113,67,110); }

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