#814E70

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

Shades of Cosmic #814E70

Tints of Cosmic #814E70

Color information

#814E70 (or 0x814E70) is unknown color: approx Cosmic. HEX triplet: 81, 4E and 70. RGB value is (129,78,112). Sum of RGB (Red+Green+Blue) = 129+78+112=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #814E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E70 is #7EB18F. Grayscale: #616161. Windows color (decimal): -8302992 or 7360129. OLE color: 7360129.

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

Color convert

RGB12978112-
CMYK00.400.130.49
HSL320º24.64%40.59%-
HSV(B)320º39.53%50.59%-
XYZ14.711.2916.73-
YUV97.12136.4150.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=40.44%
G=24.45%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297811200.400.130.4932024.6440.59
Hex814E70028D311401929
Octal20111616005015615003151
Binary10000001100111011100000101000110111000110100000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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