Html Css Color HEX #83526F Cosmic

📋 copy color: '#83526F'

red 131 ◦ green 82 ◦ blue 111

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

Shades of Cosmic #83526F

Tints of Cosmic #83526F

RGB

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

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

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

R = 40.43%
G = 25.31%
B = 34.26%

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

#83526F (or 0x83526F) is known color: Cosmic. HEX triplet: 83, 52 and 6F. RGB value is (131,82,111). Sum of RGB (Red+Green+Blue) = 131+82+111=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83526F is #7CAD90. Grayscale: #636363. Windows color (decimal): -8170897 or 7295619. OLE color: 7295619.

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

Color convert

RGB 131 82 111 -
CMYK 0 0.37 0.15 0.49
HSL 324.49º 0.23% 0.42% -
HSV(B) 324.49º 0.37% 0.51% -
XYZ 15.25 12.01 16.55 -
YUV 99.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 131 82 111 0 0.37 0.15 0.49 324.49 0.23 0.42
Hex 83 52 6F 0 25 F 31 144 17 2A
Octal 203 122 157 0 45 17 61 504 27 52
Binary 10000011 1010010 1101111 0 100101 1111 110001 101000100 10111 101010

Color Harmonies of #83526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83526F

Black with #83526F

Text Example


Text Example

White with #83526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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