#82516E

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

Shades of Cosmic #82516E

Tints of Cosmic #82516E

Color information

#82516E (or 0x82516E) is unknown color: approx Cosmic. HEX triplet: 82, 51 and 6E. RGB value is (130,81,110). Sum of RGB (Red+Green+Blue) = 130+81+110=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82516E is #7DAE91. Grayscale: #626262. Windows color (decimal): -8236690 or 7229826. OLE color: 7229826.

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

Color convert

RGB13081110-
CMYK00.380.150.49
HSL324.49º23.22%41.37%-
HSV(B)324.49º37.69%50.98%-
XYZ14.9611.7616.23-
YUV98.96134.23150.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=40.50%
G=25.23%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308111000.380.150.49324.4923.2241.37
Hex82516E026F311441729
Octal20212115604617615042751
Binary10000010101000111011100100110111111000110100010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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