Html Css Color HEX #83536B Cosmic

📋 copy color: '#83536B'

red 131 ◦ green 83 ◦ blue 107

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

Shades of Cosmic #83536B

Tints of Cosmic #83536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 40.81%
G = 25.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83536B (or 0x83536B) is known color: Cosmic. HEX triplet: 83, 53 and 6B. RGB value is (131,83,107). Sum of RGB (Red+Green+Blue) = 131+83+107=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #83536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83536B is #7CAC94. Grayscale: #646464. Windows color (decimal): -8170645 or 7033731. OLE color: 7033731.

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

Color convert

RGB 131 83 107 -
CMYK 0 0.37 0.18 0.49
HSL 330º 0.22% 0.42% -
HSV(B) 330º 0.37% 0.51% -
XYZ 15.11 12.07 15.44 -
YUV 100.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 131 83 107 0 0.37 0.18 0.49 330 0.22 0.42
Hex 83 53 6B 0 25 12 31 14A 16 2A
Octal 203 123 153 0 45 22 61 512 26 52
Binary 10000011 1010011 1101011 0 100101 10010 110001 101001010 10110 101010

Color Harmonies of #83536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83536B

Black with #83536B

Text Example


Text Example

White with #83536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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