#815266

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

Shades of Cosmic #815266

Tints of Cosmic #815266

Color information

#815266 (or 0x815266) is unknown color: approx Cosmic. HEX triplet: 81, 52 and 66. RGB value is (129,82,102). Sum of RGB (Red+Green+Blue) = 129+82+102=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #815266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815266 is #7EAD99. Grayscale: #626262. Windows color (decimal): -8301978 or 6705793. OLE color: 6705793.

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

Color convert

RGB12982102-
CMYK00.360.210.49
HSL334.47º22.27%41.37%-
HSV(B)334.47º36.43%50.59%-
XYZ14.4711.6614.06-
YUV98.33130.07149.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=41.21%
G=26.20%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298210200.360.210.49334.4722.2741.37
Hex815266024153114e1629
Octal20112214604425615162651
Binary100000011010010110011001001001010111000110100111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815266; }

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

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

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

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

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

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

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

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