#825670

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

Shades of Cosmic #825670

Tints of Cosmic #825670

Color information

#825670 (or 0x825670) is unknown color: approx Cosmic. HEX triplet: 82, 56 and 70. RGB value is (130,86,112). Sum of RGB (Red+Green+Blue) = 130+86+112=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #825670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825670 is #7DA98F. Grayscale: #666666. Windows color (decimal): -8235408 or 7362178. OLE color: 7362178.

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

Color convert

RGB13086112-
CMYK00.340.140.49
HSL324.55º20.37%42.35%-
HSV(B)324.55º33.85%50.98%-
XYZ15.4612.5716.94-
YUV102.12133.58147.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=39.63%
G=26.22%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308611200.340.140.49324.5520.3742.35
Hex825670022E31145142a
Octal20212616004216615052452
Binary10000010101011011100000100010111011000110100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825670; }

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

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

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

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

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

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

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

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