Html Css Color HEX #83536D Cosmic

📋 copy color: '#83536D'

red 131 ◦ green 83 ◦ blue 109

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

Shades of Cosmic #83536D

Tints of Cosmic #83536D

RGB

 RED value IS 131 (51.56% from 255) = 40.56%

 GREEN value IS 83 (32.81% from 255) = 25.7%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 40.56%
G = 25.7%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83536D (or 0x83536D) is known color: Cosmic. HEX triplet: 83, 53 and 6D. RGB value is (131,83,109). Sum of RGB (Red+Green+Blue) = 131+83+109=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #83536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83536D is #7CAC92. Grayscale: #646464. Windows color (decimal): -8170643 or 7164803. OLE color: 7164803.

HSL color Cylindrical-coordinate representation of color #83536D: hue angle of 327.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83536D is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 83 109 -
CMYK 0 0.37 0.17 0.49
HSL 327.5º 0.22% 0.42% -
HSV(B) 327.5º 0.37% 0.51% -
XYZ 15.21 12.12 16 -
YUV 100.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 131 83 109 0 0.37 0.17 0.49 327.5 0.22 0.42
Hex 83 53 6D 0 25 11 31 148 16 2A
Octal 203 123 155 0 45 21 61 510 26 52
Binary 10000011 1010011 1101101 0 100101 10001 110001 101001000 10110 101010

Color Harmonies of #83536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83536D

Black with #83536D

Text Example


Text Example

White with #83536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83536D; }

 p { color: rgb(131,83,109); }

 H1.HeaderClassName
 {
   color: #83536D;
 }
 .AnyTagClassName
 {
   color: #83536D;
 }
</style>

background-color css

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

 a { background-color: rgb(131,83,109); }

 div.DivClassName
 {
   background-color: #83536D;
 }
 .BgClassName
 {
   background-color: #83536D;
 }
</style>

border-color css

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

 span { border-color: rgb(131,83,109); }

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