#814E61

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

Shades of Cosmic #814E61

Tints of Cosmic #814E61

Color information

#814E61 (or 0x814E61) is unknown color: approx Cosmic. HEX triplet: 81, 4E and 61. RGB value is (129,78,97). Sum of RGB (Red+Green+Blue) = 129+78+97=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #814E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E61 is #7EB19E. Grayscale: #5F5F5F. Windows color (decimal): -8303007 or 6377089. OLE color: 6377089.

HSL color Cylindrical-coordinate representation of color #814E61: hue angle of 337.65º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814E61 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1297897-
CMYK00.400.250.49
HSL337.65º24.64%40.59%-
HSV(B)337.65º39.53%50.59%-
XYZ13.9410.9812.69-
YUV95.42128.9151.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=42.43%
G=25.66%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129789700.400.250.49337.6524.6440.59
Hex814E6102819311521929
Octal20111614105031615223151
Binary100000011001110110000101010001100111000110101001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814E61; }

 p { color: rgb(129,78,97); }

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

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

 a { background-color: rgb(129,78,97); }

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

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

 span { border-color: rgb(129,78,97); }

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