#82526A

Color #82526A Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #82526A

Tints of Cosmic #82526A

Color information

#82526A (or 0x82526A) is unknown color: approx 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

RGB13082106-
CMYK00.370.180.49
HSL330º22.64%41.57%-
HSV(B)330º36.92%50.98%-
XYZ14.8211.8215.14-
YUV99.09131.9150.05-

RGB Variations

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

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.80% from 255) = 33.33%
R=40.88%
G=25.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308210600.370.180.4933022.6441.57
Hex82526A025123114a172a
Octal20212215204522615122752
Binary100000101010010110101001001011001011000110100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>