#81516E

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

Shades of Cosmic #81516E

Tints of Cosmic #81516E

Color information

#81516E (or 0x81516E) is unknown color: approx Cosmic. HEX triplet: 81, 51 and 6E. RGB value is (129,81,110). Sum of RGB (Red+Green+Blue) = 129+81+110=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #81516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81516E is #7EAE91. Grayscale: #626262. Windows color (decimal): -8302226 or 7229825. OLE color: 7229825.

HSL color Cylindrical-coordinate representation of color #81516E: hue angle of 323.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81516E is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB12981110-
CMYK00.370.150.49
HSL323.75º22.86%41.18%-
HSV(B)323.75º37.21%50.59%-
XYZ14.8111.6816.23-
YUV98.66134.4149.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=40.31%
G=25.31%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298111000.370.150.49323.7522.8641.18
Hex81516E025F311441729
Octal20112115604517615042751
Binary10000001101000111011100100101111111000110100010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81516E; }

 p { color: rgb(129,81,110); }

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

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

 a { background-color: rgb(129,81,110); }

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

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

 span { border-color: rgb(129,81,110); }

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