#815672

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

Shades of Cosmic #815672

Tints of Cosmic #815672

Color information

#815672 (or 0x815672) is unknown color: approx Cosmic. HEX triplet: 81, 56 and 72. RGB value is (129,86,114). Sum of RGB (Red+Green+Blue) = 129+86+114=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #815672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815672 is #7EA98D. Grayscale: #656565. Windows color (decimal): -8300942 or 7493249. OLE color: 7493249.

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

Color convert

RGB12986114-
CMYK00.330.120.49
HSL320.93º20%42.16%-
HSV(B)320.93º33.33%50.59%-
XYZ15.4212.5417.53-
YUV102.05134.75147.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=39.21%
G=26.14%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298611400.330.120.49320.932042.16
Hex815672021C31141142a
Octal20112616204114615012452
Binary10000001101011011100100100001110011000110100000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815672; }

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

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

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

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

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

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

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

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