#815465

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

Shades of Cosmic #815465

Tints of Cosmic #815465

Color information

#815465 (or 0x815465) is unknown color: approx Cosmic. HEX triplet: 81, 54 and 65. RGB value is (129,84,101). Sum of RGB (Red+Green+Blue) = 129+84+101=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #815465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815465 is #7EAB9A. Grayscale: #636363. Windows color (decimal): -8301467 or 6640769. OLE color: 6640769.

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

Color convert

RGB12984101-
CMYK00.350.220.49
HSL337.33º21.13%41.76%-
HSV(B)337.33º34.88%50.59%-
XYZ14.5711.9513.85-
YUV99.39128.91149.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=41.08%
G=26.75%
B=32.17%

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
Decimal1298410100.350.220.49337.3321.1341.76
Hex8154650231631151152a
Octal20112414504326615212552
Binary100000011010100110010101000111011011000110101000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815465; }

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

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

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

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

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

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

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

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