#814275

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

Shades of Eminence #814275

Tints of Eminence #814275

Color information

#814275 (or 0x814275) is unknown color: approx Eminence. HEX triplet: 81, 42 and 75. RGB value is (129,66,117). Sum of RGB (Red+Green+Blue) = 129+66+117=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #814275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814275 is #7EBD8A. Grayscale: #5A5A5A. Windows color (decimal): -8306059 or 7684737. OLE color: 7684737.

HSL color Cylindrical-coordinate representation of color #814275: hue angle of 311.43º 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 #814275 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12966117-
CMYK00.490.090.49
HSL311.43º32.31%38.24%-
HSV(B)311.43º48.84%50.59%-
XYZ14.219.8517.98-
YUV90.65142.87155.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=41.35%
G=21.15%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296611700.490.090.49311.4332.3138.24
Hex8142750319311372026
Octal20110216506111614674046
Binary100000011000010111010101100011001110001100110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814275; }

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

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

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

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

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

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

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

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