#82495E

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

Shades of Cosmic #82495E

Tints of Cosmic #82495E

Color information

#82495E (or 0x82495E) is unknown color: approx Cosmic. HEX triplet: 82, 49 and 5E. RGB value is (130,73,94). Sum of RGB (Red+Green+Blue) = 130+73+94=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #82495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82495E is #7DB6A1. Grayscale: #5C5C5C. Windows color (decimal): -8238754 or 6179202. OLE color: 6179202.

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

Color convert

RGB1307394-
CMYK00.440.280.49
HSL337.89º28.08%39.8%-
HSV(B)337.89º43.85%50.98%-
XYZ13.6110.3211.86-
YUV92.44128.88154.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=43.77%
G=24.58%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130739400.440.280.49337.8928.0839.8
Hex82495E02C1C311521c28
Octal20211113605434615223450
Binary100000101001001101111001011001110011000110101001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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