#83516E

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

Shades of Cosmic #83516E

Tints of Cosmic #83516E

Color information

#83516E (or 0x83516E) is unknown color: approx Cosmic. HEX triplet: 83, 51 and 6E. RGB value is (131,81,110). Sum of RGB (Red+Green+Blue) = 131+81+110=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #83516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83516E is #7CAE91. Grayscale: #636363. Windows color (decimal): -8171154 or 7229827. OLE color: 7229827.

HSL color Cylindrical-coordinate representation of color #83516E: hue angle of 325.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83516E is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13181110-
CMYK00.380.160.49
HSL325.2º23.58%41.57%-
HSV(B)325.2º38.17%51.37%-
XYZ15.1211.8416.24-
YUV99.26134.06150.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=40.68%
G=25.16%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318111000.380.160.49325.223.5841.57
Hex83516E0261031145182a
Octal20312115604620615053052
Binary100000111010001110111001001101000011000110100010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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