#814172

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

Shades of Eminence #814172

Tints of Eminence #814172

Color information

#814172 (or 0x814172) is unknown color: approx Eminence. HEX triplet: 81, 41 and 72. RGB value is (129,65,114). Sum of RGB (Red+Green+Blue) = 129+65+114=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #814172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814172 is #7EBE8D. Grayscale: #595959. Windows color (decimal): -8306318 or 7487873. OLE color: 7487873.

HSL color Cylindrical-coordinate representation of color #814172: hue angle of 314.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814172 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB12965114-
CMYK00.500.120.49
HSL314.06º32.99%38.04%-
HSV(B)314.06º49.61%50.59%-
XYZ13.989.6617.05-
YUV89.72141.7156.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=41.88%
G=21.10%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296511400.500.120.49314.0632.9938.04
Hex814172032C3113a2126
Octal20110116206214614724146
Binary100000011000001111001001100101100110001100111010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814172; }

 p { color: rgb(129,65,114); }

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

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

 a { background-color: rgb(129,65,114); }

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

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

 span { border-color: rgb(129,65,114); }

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