#814359

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

Shades of Cosmic #814359

Tints of Cosmic #814359

Color information

#814359 (or 0x814359) is unknown color: approx Cosmic. HEX triplet: 81, 43 and 59. RGB value is (129,67,89). Sum of RGB (Red+Green+Blue) = 129+67+89=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #814359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814359 is #7EBCA6. Grayscale: #585858. Windows color (decimal): -8305831 or 5849985. OLE color: 5849985.

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

Color convert

RGB1296789-
CMYK00.480.310.49
HSL338.71º31.63%38.43%-
HSV(B)338.71º48.06%50.59%-
XYZ12.869.410.59-
YUV88.05128.54157.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=45.26%
G=23.51%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129678900.480.310.49338.7131.6338.43
Hex8143590301F311532026
Octal20110313106037615234046
Binary1000000110000111011001011000011111110001101010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814359; }

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

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

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

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

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

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

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

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