Html Css Color HEX #82526B Cosmic

📋 copy color: '#82526B'

red 130 ◦ green 82 ◦ blue 107

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

Shades of Cosmic #82526B

Tints of Cosmic #82526B

RGB

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

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

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

R = 40.75%
G = 25.71%
B = 33.54%

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

#82526B (or 0x82526B) is known color: Cosmic. HEX triplet: 82, 52 and 6B. RGB value is (130,82,107). Sum of RGB (Red+Green+Blue) = 130+82+107=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82526B is #7DAD94. Grayscale: #636363. Windows color (decimal): -8236437 or 7033474. OLE color: 7033474.

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

Color convert

RGB 130 82 107 -
CMYK 0 0.37 0.18 0.49
HSL 328.75º 0.23% 0.42% -
HSV(B) 328.75º 0.37% 0.51% -
XYZ 14.88 11.84 15.41 -
YUV 99.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 130 82 107 0 0.37 0.18 0.49 328.75 0.23 0.42
Hex 82 52 6B 0 25 12 31 149 17 2A
Octal 202 122 153 0 45 22 61 511 27 52
Binary 10000010 1010010 1101011 0 100101 10010 110001 101001001 10111 101010

Color Harmonies of #82526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82526B

Black with #82526B

Text Example


Text Example

White with #82526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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