Html Css Color HEX #82536A Cosmic

📋 copy color: '#82536A'

red 130 ◦ green 83 ◦ blue 106

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

Shades of Cosmic #82536A

Tints of Cosmic #82536A

RGB

 RED value IS 130 (51.17% from 255) = 40.75%

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

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 40.75%
G = 26.02%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82536A (or 0x82536A) is known color: Cosmic. HEX triplet: 82, 53 and 6A. RGB value is (130,83,106). Sum of RGB (Red+Green+Blue) = 130+83+106=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82536A is #7DAC95. Grayscale: #636363. Windows color (decimal): -8236182 or 6968194. OLE color: 6968194.

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

Color convert

RGB 130 83 106 -
CMYK 0 0.36 0.18 0.49
HSL 330.64º 0.22% 0.42% -
HSV(B) 330.64º 0.36% 0.51% -
XYZ 14.9 11.97 15.16 -
YUV 99.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 130 83 106 0 0.36 0.18 0.49 330.64 0.22 0.42
Hex 82 53 6A 0 24 12 31 14B 16 2A
Octal 202 123 152 0 44 22 61 513 26 52
Binary 10000010 1010011 1101010 0 100100 10010 110001 101001011 10110 101010

Color Harmonies of #82536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82536A

Black with #82536A

Text Example


Text Example

White with #82536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82536A; }

 p { color: rgb(130,83,106); }

 H1.HeaderClassName
 {
   color: #82536A;
 }
 .AnyTagClassName
 {
   color: #82536A;
 }
</style>

background-color css

<style>
 a { background-color: #82536A; }

 a { background-color: rgb(130,83,106); }

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

border-color css

<style>
 span { border-color: #82536A; }

 span { border-color: rgb(130,83,106); }

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