#825164

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

Shades of Cosmic #825164

Tints of Cosmic #825164

Color information

#825164 (or 0x825164) is unknown color: approx Cosmic. HEX triplet: 82, 51 and 64. RGB value is (130,81,100). Sum of RGB (Red+Green+Blue) = 130+81+100=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825164 is #7DAE9B. Grayscale: #616161. Windows color (decimal): -8236700 or 6574466. OLE color: 6574466.

HSL color Cylindrical-coordinate representation of color #825164: hue angle of 336.73º 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 #825164 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB13081100-
CMYK00.380.230.49
HSL336.73º23.22%41.37%-
HSV(B)336.73º37.69%50.98%-
XYZ14.4511.5513.52-
YUV97.82129.23150.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=41.80%
G=26.05%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308110000.380.230.49336.7323.2241.37
Hex82516402617311511729
Octal20212114404627615212751
Binary100000101010001110010001001101011111000110101000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825164; }

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

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

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

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

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

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

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

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