Html Css Color HEX #83526B Cosmic

📋 copy color: '#83526B'

red 131 ◦ green 82 ◦ blue 107

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

Shades of Cosmic #83526B

Tints of Cosmic #83526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

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

R = 40.94%
G = 25.63%
B = 33.44%

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

#83526B (or 0x83526B) is known color: Cosmic. HEX triplet: 83, 52 and 6B. RGB value is (131,82,107). Sum of RGB (Red+Green+Blue) = 131+82+107=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #83526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83526B is #7CAD94. Grayscale: #636363. Windows color (decimal): -8170901 or 7033475. OLE color: 7033475.

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

Color convert

RGB 131 82 107 -
CMYK 0 0.37 0.18 0.49
HSL 329.39º 0.23% 0.42% -
HSV(B) 329.39º 0.37% 0.51% -
XYZ 15.03 11.92 15.42 -
YUV 99.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 131 82 107 0 0.37 0.18 0.49 329.39 0.23 0.42
Hex 83 52 6B 0 25 12 31 149 17 2A
Octal 203 122 153 0 45 22 61 511 27 52
Binary 10000011 1010010 1101011 0 100101 10010 110001 101001001 10111 101010

Color Harmonies of #83526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83526B

Black with #83526B

Text Example


Text Example

White with #83526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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