#824162

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

Shades of Cosmic #824162

Tints of Cosmic #824162

Color information

#824162 (or 0x824162) is unknown color: approx Cosmic. HEX triplet: 82, 41 and 62. RGB value is (130,65,98). Sum of RGB (Red+Green+Blue) = 130+65+98=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #824162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824162 is #7DBE9D. Grayscale: #585858. Windows color (decimal): -8240798 or 6439298. OLE color: 6439298.

HSL color Cylindrical-coordinate representation of color #824162: hue angle of 329.54º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824162 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1306598-
CMYK00.500.250.49
HSL329.54º33.33%38.24%-
HSV(B)329.54º50%50.98%-
XYZ13.39.4112.67-
YUV88.2133.53157.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=44.37%
G=22.18%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130659800.500.250.49329.5433.3338.24
Hex824162032193114a2126
Octal20210114206231615124146
Binary1000001010000011100010011001011001110001101001010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824162; }

 p { color: rgb(130,65,98); }

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

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

 a { background-color: rgb(130,65,98); }

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

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

 span { border-color: rgb(130,65,98); }

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