#814858

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

Shades of Cosmic #814858

Tints of Cosmic #814858

Color information

#814858 (or 0x814858) is unknown color: approx Cosmic. HEX triplet: 81, 48 and 58. RGB value is (129,72,88). Sum of RGB (Red+Green+Blue) = 129+72+88=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #814858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814858 is #7EB7A7. Grayscale: #5A5A5A. Windows color (decimal): -8304552 or 5785729. OLE color: 5785729.

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

Color convert

RGB1297288-
CMYK00.440.320.49
HSL343.16º28.36%39.41%-
HSV(B)343.16º44.19%50.59%-
XYZ13.1310.0110.47-
YUV90.87126.38155.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=44.64%
G=24.91%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129728800.440.320.49343.1628.3639.41
Hex81485802C20311571c27
Octal20111013005440615273447
Binary1000000110010001011000010110010000011000110101011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814858; }

 p { color: rgb(129,72,88); }

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

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

 a { background-color: rgb(129,72,88); }

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

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

 span { border-color: rgb(129,72,88); }

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