#815464

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

Shades of Cosmic #815464

Tints of Cosmic #815464

Color information

#815464 (or 0x815464) is unknown color: approx Cosmic. HEX triplet: 81, 54 and 64. RGB value is (129,84,100). Sum of RGB (Red+Green+Blue) = 129+84+100=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #815464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815464 is #7EAB9B. Grayscale: #636363. Windows color (decimal): -8301468 or 6575233. OLE color: 6575233.

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

Color convert

RGB12984100-
CMYK00.350.220.49
HSL338.67º21.13%41.76%-
HSV(B)338.67º34.88%50.59%-
XYZ14.5211.9313.59-
YUV99.28128.41149.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=41.21%
G=26.84%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298410000.350.220.49338.6721.1341.76
Hex8154640231631153152a
Octal20112414404326615232552
Binary100000011010100110010001000111011011000110101001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815464; }

 p { color: rgb(129,84,100); }

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

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

 a { background-color: rgb(129,84,100); }

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

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

 span { border-color: rgb(129,84,100); }

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