#825162

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

Shades of Cosmic #825162

Tints of Cosmic #825162

Color information

#825162 (or 0x825162) is unknown color: approx Cosmic. HEX triplet: 82, 51 and 62. RGB value is (130,81,98). Sum of RGB (Red+Green+Blue) = 130+81+98=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #825162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825162 is #7DAE9D. Grayscale: #616161. Windows color (decimal): -8236702 or 6443394. OLE color: 6443394.

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

Color convert

RGB1308198-
CMYK00.380.250.49
HSL339.18º23.22%41.37%-
HSV(B)339.18º37.69%50.98%-
XYZ14.3511.5113.02-
YUV97.59128.23151.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=42.07%
G=26.21%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130819800.380.250.49339.1823.2241.37
Hex82516202619311531729
Octal20212114204631615232751
Binary100000101010001110001001001101100111000110101001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825162; }

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

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

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

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

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

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

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

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