Html Css Color HEX #82526D Cosmic

📋 copy color: '#82526D'

red 130 ◦ green 82 ◦ blue 109

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

Shades of Cosmic #82526D

Tints of Cosmic #82526D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 40.5%
G = 25.55%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82526D (or 0x82526D) is known color: Cosmic. HEX triplet: 82, 52 and 6D. RGB value is (130,82,109). Sum of RGB (Red+Green+Blue) = 130+82+109=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82526D is #7DAD92. Grayscale: #636363. Windows color (decimal): -8236435 or 7164546. OLE color: 7164546.

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

Color convert

RGB 130 82 109 -
CMYK 0 0.37 0.16 0.49
HSL 326.25º 0.23% 0.42% -
HSV(B) 326.25º 0.37% 0.51% -
XYZ 14.98 11.88 15.97 -
YUV 99.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 130 82 109 0 0.37 0.16 0.49 326.25 0.23 0.42
Hex 82 52 6D 0 25 10 31 146 17 2A
Octal 202 122 155 0 45 20 61 506 27 52
Binary 10000010 1010010 1101101 0 100101 10000 110001 101000110 10111 101010

Color Harmonies of #82526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82526D

Black with #82526D

Text Example


Text Example

White with #82526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82526D; }

 p { color: rgb(130,82,109); }

 H1.HeaderClassName
 {
   color: #82526D;
 }
 .AnyTagClassName
 {
   color: #82526D;
 }
</style>

background-color css

<style>
 a { background-color: #82526D; }

 a { background-color: rgb(130,82,109); }

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

border-color css

<style>
 span { border-color: #82526D; }

 span { border-color: rgb(130,82,109); }

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