Html Css Color HEX #82526A Cosmic

📋 copy color: '#82526A'

red 130 ◦ green 82 ◦ blue 106

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

Shades of Cosmic #82526A

Tints of Cosmic #82526A

RGB

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

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

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

R = 40.88%
G = 25.79%
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

#82526A (or 0x82526A) is known color: Cosmic. HEX triplet: 82, 52 and 6A. RGB value is (130,82,106). Sum of RGB (Red+Green+Blue) = 130+82+106=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #82526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82526A is #7DAD95. Grayscale: #636363. Windows color (decimal): -8236438 or 6967938. OLE color: 6967938.

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

Color convert

RGB 130 82 106 -
CMYK 0 0.37 0.18 0.49
HSL 330º 0.23% 0.42% -
HSV(B) 330º 0.37% 0.51% -
XYZ 14.82 11.82 15.14 -
YUV 99.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 130 82 106 0 0.37 0.18 0.49 330 0.23 0.42
Hex 82 52 6A 0 25 12 31 14A 17 2A
Octal 202 122 152 0 45 22 61 512 27 52
Binary 10000010 1010010 1101010 0 100101 10010 110001 101001010 10111 101010

Color Harmonies of #82526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82526A

Black with #82526A

Text Example


Text Example

White with #82526A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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