#815060

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

Shades of Cosmic #815060

Tints of Cosmic #815060

Color information

#815060 (or 0x815060) is unknown color: approx Cosmic. HEX triplet: 81, 50 and 60. RGB value is (129,80,96). Sum of RGB (Red+Green+Blue) = 129+80+96=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #815060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815060 is #7EAF9F. Grayscale: #606060. Windows color (decimal): -8302496 or 6312065. OLE color: 6312065.

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

Color convert

RGB1298096-
CMYK00.380.260.49
HSL340.41º23.44%40.98%-
HSV(B)340.41º37.98%50.59%-
XYZ14.0311.2512.5-
YUV96.48127.73151.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=42.30%
G=26.23%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129809600.380.260.49340.4123.4440.98
Hex8150600261A311541729
Octal20112014004632615242751
Binary100000011010000110000001001101101011000110101010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815060; }

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

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

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

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

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

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

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

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