#815063

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

Shades of Cosmic #815063

Tints of Cosmic #815063

Color information

#815063 (or 0x815063) is unknown color: approx Cosmic. HEX triplet: 81, 50 and 63. RGB value is (129,80,99). Sum of RGB (Red+Green+Blue) = 129+80+99=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #815063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815063 is #7EAF9C. Grayscale: #606060. Windows color (decimal): -8302493 or 6508673. OLE color: 6508673.

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

Color convert

RGB1298099-
CMYK00.380.230.49
HSL336.73º23.44%40.98%-
HSV(B)336.73º37.98%50.59%-
XYZ14.1711.3113.24-
YUV96.82129.23150.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=41.88%
G=25.97%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129809900.380.230.49336.7323.4440.98
Hex81506302617311511729
Octal20112014304627615212751
Binary100000011010000110001101001101011111000110101000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815063; }

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

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

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

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

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

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

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

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