#815770

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

Shades of Cosmic #815770

Tints of Cosmic #815770

Color information

#815770 (or 0x815770) is unknown color: approx Cosmic. HEX triplet: 81, 57 and 70. RGB value is (129,87,112). Sum of RGB (Red+Green+Blue) = 129+87+112=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #815770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815770 is #7EA88F. Grayscale: #666666. Windows color (decimal): -8300688 or 7362433. OLE color: 7362433.

HSL color Cylindrical-coordinate representation of color #815770: hue angle of 324.29º degrees, saturation: 0.19, 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 #815770 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB12987112-
CMYK00.330.130.49
HSL324.29º19.44%42.35%-
HSV(B)324.29º32.56%50.59%-
XYZ15.3912.6516.96-
YUV102.41133.41146.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=39.33%
G=26.52%
B=34.15%

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
Decimal1298711200.330.130.49324.2919.4442.35
Hex815770021D31144132a
Octal20112716004115615042352
Binary10000001101011111100000100001110111000110100010010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815770; }

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

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

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

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

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

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

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

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