#815769

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

Shades of Cosmic #815769

Tints of Cosmic #815769

Color information

#815769 (or 0x815769) is unknown color: approx Cosmic. HEX triplet: 81, 57 and 69. RGB value is (129,87,105). Sum of RGB (Red+Green+Blue) = 129+87+105=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #815769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815769 is #7EA896. Grayscale: #656565. Windows color (decimal): -8300695 or 6903681. OLE color: 6903681.

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

Color convert

RGB12987105-
CMYK00.330.190.49
HSL334.29º19.44%42.35%-
HSV(B)334.29º32.56%50.59%-
XYZ15.0112.514.99-
YUV101.61129.91147.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=40.19%
G=27.10%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298710500.330.190.49334.2919.4442.35
Hex815769021133114e132a
Octal20112715104123615162352
Binary100000011010111110100101000011001111000110100111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815769; }

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

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

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

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

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

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

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

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