Html Css Color HEX #83536F Cosmic

📋 copy color: '#83536F'

red 131 ◦ green 83 ◦ blue 111

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

Shades of Cosmic #83536F

Tints of Cosmic #83536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 40.31%
G = 25.54%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83536F (or 0x83536F) is known color: Cosmic. HEX triplet: 83, 53 and 6F. RGB value is (131,83,111). Sum of RGB (Red+Green+Blue) = 131+83+111=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83536F is #7CAC90. Grayscale: #646464. Windows color (decimal): -8170641 or 7295875. OLE color: 7295875.

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

Color convert

RGB 131 83 111 -
CMYK 0 0.37 0.15 0.49
HSL 325º 0.22% 0.42% -
HSV(B) 325º 0.37% 0.51% -
XYZ 15.32 12.16 16.58 -
YUV 100.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 131 83 111 0 0.37 0.15 0.49 325 0.22 0.42
Hex 83 53 6F 0 25 F 31 145 16 2A
Octal 203 123 157 0 45 17 61 505 26 52
Binary 10000011 1010011 1101111 0 100101 1111 110001 101000101 10110 101010

Color Harmonies of #83536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83536F

Black with #83536F

Text Example


Text Example

White with #83536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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