#815170

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

Shades of Cosmic #815170

Tints of Cosmic #815170

Color information

#815170 (or 0x815170) is unknown color: approx Cosmic. HEX triplet: 81, 51 and 70. RGB value is (129,81,112). Sum of RGB (Red+Green+Blue) = 129+81+112=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #815170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815170 is #7EAE8F. Grayscale: #626262. Windows color (decimal): -8302224 or 7360897. OLE color: 7360897.

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

Color convert

RGB12981112-
CMYK00.370.130.49
HSL321.25º22.86%41.18%-
HSV(B)321.25º37.21%50.59%-
XYZ14.9211.7216.81-
YUV98.89135.4149.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=40.06%
G=25.16%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298111200.370.130.49321.2522.8641.18
Hex815170025D311411729
Octal20112116004515615012751
Binary10000001101000111100000100101110111000110100000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815170; }

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

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

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

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

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

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

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

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