#815973

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

Shades of Cosmic #815973

Tints of Cosmic #815973

Color information

#815973 (or 0x815973) is unknown color: approx Cosmic. HEX triplet: 81, 59 and 73. RGB value is (129,89,115). Sum of RGB (Red+Green+Blue) = 129+89+115=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #815973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815973 is #7EA68C. Grayscale: #676767. Windows color (decimal): -8300173 or 7559553. OLE color: 7559553.

HSL color Cylindrical-coordinate representation of color #815973: hue angle of 321º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #815973 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB12989115-
CMYK00.310.110.49
HSL321º18.35%42.75%-
HSV(B)321º31.01%50.59%-
XYZ15.7213.0517.91-
YUV103.92134.25145.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=38.74%
G=26.73%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298911500.310.110.4932118.3542.75
Hex81597301FB31141122b
Octal20113116303713615012253
Binary1000000110110011110011011111101111000110100000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815973; }

 p { color: rgb(129,89,115); }

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

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

 a { background-color: rgb(129,89,115); }

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

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

 span { border-color: rgb(129,89,115); }

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