#82495A

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

Shades of Cosmic #82495A

Tints of Cosmic #82495A

Color information

#82495A (or 0x82495A) is unknown color: approx Cosmic. HEX triplet: 82, 49 and 5A. RGB value is (130,73,90). Sum of RGB (Red+Green+Blue) = 130+73+90=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82495A is #7DB6A5. Grayscale: #5B5B5B. Windows color (decimal): -8238758 or 5917058. OLE color: 5917058.

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

Color convert

RGB1307390-
CMYK00.440.310.49
HSL342.11º28.08%39.8%-
HSV(B)342.11º43.85%50.98%-
XYZ13.4310.2510.94-
YUV91.98126.88155.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=44.37%
G=24.91%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130739000.440.310.49342.1128.0839.8
Hex82495A02C1F311561c28
Octal20211113205437615263450
Binary100000101001001101101001011001111111000110101011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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