#825B6D

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

Shades of Cosmic #825B6D

Tints of Cosmic #825B6D

Color information

#825B6D (or 0x825B6D) is unknown color: approx Cosmic. HEX triplet: 82, 5B and 6D. RGB value is (130,91,109). Sum of RGB (Red+Green+Blue) = 130+91+109=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #825B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B6D is #7DA492. Grayscale: #686868. Windows color (decimal): -8234131 or 7166850. OLE color: 7166850.

HSL color Cylindrical-coordinate representation of color #825B6D: hue angle of 332.31º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825B6D is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13091109-
CMYK00.300.160.49
HSL332.31º17.65%43.33%-
HSV(B)332.31º30%50.98%-
XYZ15.7113.3316.21-
YUV104.71130.42146.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=39.39%
G=27.58%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309110900.300.160.49332.3117.6543.33
Hex825B6D01E103114c122b
Octal20213315503620615142253
Binary10000010101101111011010111101000011000110100110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825B6D; }

 p { color: rgb(130,91,109); }

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

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

 a { background-color: rgb(130,91,109); }

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

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

 span { border-color: rgb(130,91,109); }

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