#825673

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

Shades of Cosmic #825673

Tints of Cosmic #825673

Color information

#825673 (or 0x825673) is unknown color: approx Cosmic. HEX triplet: 82, 56 and 73. RGB value is (130,86,115). Sum of RGB (Red+Green+Blue) = 130+86+115=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #825673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825673 is #7DA98C. Grayscale: #666666. Windows color (decimal): -8235405 or 7558786. OLE color: 7558786.

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

Color convert

RGB13086115-
CMYK00.340.120.49
HSL320.45º20.37%42.35%-
HSV(B)320.45º33.85%50.98%-
XYZ15.6312.6417.84-
YUV102.46135.08147.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=39.27%
G=25.98%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308611500.340.120.49320.4520.3742.35
Hex825673022C31140142a
Octal20212616304214615002452
Binary10000010101011011100110100010110011000110100000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825673; }

 p { color: rgb(130,86,115); }

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

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

 a { background-color: rgb(130,86,115); }

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

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

 span { border-color: rgb(130,86,115); }

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