Html Css Color HEX #83516E Cosmic

📋 copy color: '#83516E'

red 131 ◦ green 81 ◦ blue 110

#83516E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #83516E

Tints of Cosmic #83516E

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 value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83516E (or 0x83516E) is known color: 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

RGB 131 81 110 -
CMYK 0 0.38 0.16 0.49
HSL 325.2º 0.24% 0.42% -
HSV(B) 325.2º 0.38% 0.51% -
XYZ 15.12 11.84 16.24 -
YUV 99.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 131 81 110 0 0.38 0.16 0.49 325.2 0.24 0.42
Hex 83 51 6E 0 26 10 31 145 18 2A
Octal 203 121 156 0 46 20 61 505 30 52
Binary 10000011 1010001 1101110 0 100110 10000 110001 101000101 11000 101010

Color Harmonies of #83516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83516E

Black with #83516E

Text Example


Text Example

White with #83516E

Text Example


Text Example

HTML Codes & Css Web 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>