#814E64

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

Shades of Cosmic #814E64

Tints of Cosmic #814E64

Color information

#814E64 (or 0x814E64) is unknown color: approx Cosmic. HEX triplet: 81, 4E and 64. RGB value is (129,78,100). Sum of RGB (Red+Green+Blue) = 129+78+100=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #814E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E64 is #7EB19B. Grayscale: #5F5F5F. Windows color (decimal): -8303004 or 6573697. OLE color: 6573697.

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

Color convert

RGB12978100-
CMYK00.400.220.49
HSL334.12º24.64%40.59%-
HSV(B)334.12º39.53%50.59%-
XYZ14.0811.0413.44-
YUV95.76130.4151.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=42.02%
G=25.41%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297810000.400.220.49334.1224.6440.59
Hex814E64028163114e1929
Octal20111614405026615163151
Binary100000011001110110010001010001011011000110100111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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