#815068

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

Shades of Cosmic #815068

Tints of Cosmic #815068

Color information

#815068 (or 0x815068) is unknown color: approx Cosmic. HEX triplet: 81, 50 and 68. RGB value is (129,80,104). Sum of RGB (Red+Green+Blue) = 129+80+104=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #815068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815068 is #7EAF97. Grayscale: #616161. Windows color (decimal): -8302488 or 6836353. OLE color: 6836353.

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

Color convert

RGB12980104-
CMYK00.380.190.49
HSL330.61º23.44%40.98%-
HSV(B)330.61º37.98%50.59%-
XYZ14.4211.414.54-
YUV97.39131.73150.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=41.21%
G=25.56%
B=33.23%

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
Decimal1298010400.380.190.49330.6123.4440.98
Hex815068026133114b1729
Octal20112015004623615132751
Binary100000011010000110100001001101001111000110100101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815068; }

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

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

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

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

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

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

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

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