#814059

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

Shades of Cosmic #814059

Tints of Cosmic #814059

Color information

#814059 (or 0x814059) is unknown color: approx Cosmic. HEX triplet: 81, 40 and 59. RGB value is (129,64,89). Sum of RGB (Red+Green+Blue) = 129+64+89=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #814059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814059 is #7EBFA6. Grayscale: #565656. Windows color (decimal): -8306599 or 5849217. OLE color: 5849217.

HSL color Cylindrical-coordinate representation of color #814059: hue angle of 336.92º degrees, saturation: 0.34, 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 #814059 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1296489-
CMYK00.500.310.49
HSL336.92º33.68%37.84%-
HSV(B)336.92º50.39%50.59%-
XYZ12.699.0610.53-
YUV86.28129.53158.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=45.74%
G=22.70%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129648900.500.310.49336.9233.6837.84
Hex8140590321F311512226
Octal20110013106237615214246
Binary1000000110000001011001011001011111110001101010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814059; }

 p { color: rgb(129,64,89); }

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

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

 a { background-color: rgb(129,64,89); }

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

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

 span { border-color: rgb(129,64,89); }

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