#814274

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

Shades of Eminence #814274

Tints of Eminence #814274

Color information

#814274 (or 0x814274) is unknown color: approx Eminence. HEX triplet: 81, 42 and 74. RGB value is (129,66,116). Sum of RGB (Red+Green+Blue) = 129+66+116=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #814274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814274 is #7EBD8B. Grayscale: #5A5A5A. Windows color (decimal): -8306060 or 7619201. OLE color: 7619201.

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

Color convert

RGB12966116-
CMYK00.490.100.49
HSL312.38º32.31%38.24%-
HSV(B)312.38º48.84%50.59%-
XYZ14.159.8217.67-
YUV90.54142.37155.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=41.48%
G=21.22%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296611600.490.100.49312.3832.3138.24
Hex814274031A311382026
Octal20110216406112614704046
Binary100000011000010111010001100011010110001100111000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814274; }

 p { color: rgb(129,66,116); }

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

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

 a { background-color: rgb(129,66,116); }

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

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

 span { border-color: rgb(129,66,116); }

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