#815365

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

Shades of Cosmic #815365

Tints of Cosmic #815365

Color information

#815365 (or 0x815365) is unknown color: approx Cosmic. HEX triplet: 81, 53 and 65. RGB value is (129,83,101). Sum of RGB (Red+Green+Blue) = 129+83+101=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #815365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815365 is #7EAC9A. Grayscale: #626262. Windows color (decimal): -8301723 or 6640513. OLE color: 6640513.

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

Color convert

RGB12983101-
CMYK00.360.220.49
HSL336.52º21.7%41.57%-
HSV(B)336.52º35.66%50.59%-
XYZ14.511.7913.82-
YUV98.81129.24149.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=41.21%
G=26.52%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298310100.360.220.49336.5221.741.57
Hex8153650241631151162a
Octal20112314504426615212652
Binary100000011010011110010101001001011011000110101000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815365; }

 p { color: rgb(129,83,101); }

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

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

 a { background-color: rgb(129,83,101); }

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

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

 span { border-color: rgb(129,83,101); }

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