#815069

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

Shades of Cosmic #815069

Tints of Cosmic #815069

Color information

#815069 (or 0x815069) is unknown color: approx Cosmic. HEX triplet: 81, 50 and 69. RGB value is (129,80,105). Sum of RGB (Red+Green+Blue) = 129+80+105=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #815069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815069 is #7EAF96. Grayscale: #616161. Windows color (decimal): -8302487 or 6901889. OLE color: 6901889.

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

Color convert

RGB12980105-
CMYK00.380.190.49
HSL329.39º23.44%40.98%-
HSV(B)329.39º37.98%50.59%-
XYZ14.4711.4214.81-
YUV97.5132.23150.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=41.08%
G=25.48%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298010500.380.190.49329.3923.4440.98
Hex81506902613311491729
Octal20112015104623615112751
Binary100000011010000110100101001101001111000110100100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815069; }

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

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

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

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

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

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

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

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