#814259

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

Shades of Cosmic #814259

Tints of Cosmic #814259

Color information

#814259 (or 0x814259) is unknown color: approx Cosmic. HEX triplet: 81, 42 and 59. RGB value is (129,66,89). Sum of RGB (Red+Green+Blue) = 129+66+89=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #814259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814259 is #7EBDA6. Grayscale: #575757. Windows color (decimal): -8306087 or 5849729. OLE color: 5849729.

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

Color convert

RGB1296689-
CMYK00.490.310.49
HSL338.1º32.31%38.24%-
HSV(B)338.1º48.84%50.59%-
XYZ12.89.2810.57-
YUV87.46128.87157.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=45.42%
G=23.24%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129668900.490.310.49338.132.3138.24
Hex8142590311F311522026
Octal20110213106137615224046
Binary1000000110000101011001011000111111110001101010010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814259; }

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

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

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

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

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

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

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

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