#82495C

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

Shades of Cosmic #82495C

Tints of Cosmic #82495C

Color information

#82495C (or 0x82495C) is unknown color: approx Cosmic. HEX triplet: 82, 49 and 5C. RGB value is (130,73,92). Sum of RGB (Red+Green+Blue) = 130+73+92=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82495C is #7DB6A3. Grayscale: #5C5C5C. Windows color (decimal): -8238756 or 6048130. OLE color: 6048130.

HSL color Cylindrical-coordinate representation of color #82495C: hue angle of 340º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82495C is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1307392-
CMYK00.440.290.49
HSL340º28.08%39.8%-
HSV(B)340º43.85%50.98%-
XYZ13.5210.2811.4-
YUV92.21127.88154.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=44.07%
G=24.75%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130739200.440.290.4934028.0839.8
Hex82495C02C1D311541c28
Octal20211113405435615243450
Binary100000101001001101110001011001110111000110101010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82495C; }

 p { color: rgb(130,73,92); }

 H1.HeaderClassName
 {
   color: #82495C;
 }
 .AnyTagClassName
 {
   color: #82495C;
 }
</style>
background-color css

<style>
 a { background-color: #82495C; }

 a { background-color: rgb(130,73,92); }

 div.DivClassName
 {
   background-color: #82495C;
 }
 .BgClassName
 {
   background-color: #82495C;
 }
</style>
border-color css

<style>
 span { border-color: #82495C; }

 span { border-color: rgb(130,73,92); }

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