#82405E

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

Shades of Cosmic #82405E

Tints of Cosmic #82405E

Color information

#82405E (or 0x82405E) is unknown color: approx Cosmic. HEX triplet: 82, 40 and 5E. RGB value is (130,64,94). Sum of RGB (Red+Green+Blue) = 130+64+94=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82405E is #7DBFA1. Grayscale: #575757. Windows color (decimal): -8241058 or 6176898. OLE color: 6176898.

HSL color Cylindrical-coordinate representation of color #82405E: hue angle of 332.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82405E is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1306494-
CMYK00.510.280.49
HSL332.73º34.02%38.04%-
HSV(B)332.73º50.77%50.98%-
XYZ13.069.2211.68-
YUV87.15131.87158.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=45.14%
G=22.22%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130649400.510.280.49332.7334.0238.04
Hex82405E0331C3114d2226
Octal20210013606334615154246
Binary1000001010000001011110011001111100110001101001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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