#815066

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

Shades of Cosmic #815066

Tints of Cosmic #815066

Color information

#815066 (or 0x815066) is unknown color: approx Cosmic. HEX triplet: 81, 50 and 66. RGB value is (129,80,102). Sum of RGB (Red+Green+Blue) = 129+80+102=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #815066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815066 is #7EAF99. Grayscale: #616161. Windows color (decimal): -8302490 or 6705281. OLE color: 6705281.

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

Color convert

RGB12980102-
CMYK00.380.210.49
HSL333.06º23.44%40.98%-
HSV(B)333.06º37.98%50.59%-
XYZ14.3211.3614.01-
YUV97.16130.73150.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=41.48%
G=25.72%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298010200.380.210.49333.0623.4440.98
Hex815066026153114d1729
Octal20112014604625615152751
Binary100000011010000110011001001101010111000110100110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815066; }

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

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

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

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

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

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

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

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