#815670

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

Shades of Cosmic #815670

Tints of Cosmic #815670

Color information

#815670 (or 0x815670) is unknown color: approx Cosmic. HEX triplet: 81, 56 and 70. RGB value is (129,86,112). Sum of RGB (Red+Green+Blue) = 129+86+112=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #815670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815670 is #7EA98F. Grayscale: #656565. Windows color (decimal): -8300944 or 7362177. OLE color: 7362177.

HSL color Cylindrical-coordinate representation of color #815670: hue angle of 323.72º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815670 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB12986112-
CMYK00.330.130.49
HSL323.72º20%42.16%-
HSV(B)323.72º33.33%50.59%-
XYZ15.3112.4916.93-
YUV101.82133.75147.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=39.45%
G=26.30%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298611200.330.130.49323.722042.16
Hex815670021D31144142a
Octal20112616004115615042452
Binary10000001101011011100000100001110111000110100010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815670; }

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

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

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

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

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

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

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

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