#825770

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

Shades of Cosmic #825770

Tints of Cosmic #825770

Color information

#825770 (or 0x825770) is unknown color: approx Cosmic. HEX triplet: 82, 57 and 70. RGB value is (130,87,112). Sum of RGB (Red+Green+Blue) = 130+87+112=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #825770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825770 is #7DA88F. Grayscale: #666666. Windows color (decimal): -8235152 or 7362434. OLE color: 7362434.

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

Color convert

RGB13087112-
CMYK00.330.140.49
HSL325.12º19.82%42.55%-
HSV(B)325.12º33.08%50.98%-
XYZ15.5412.7316.97-
YUV102.71133.25147.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=39.51%
G=26.44%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308711200.330.140.49325.1219.8242.55
Hex825770021E31145142b
Octal20212716004116615052453
Binary10000010101011111100000100001111011000110100010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825770; }

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

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

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

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

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

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

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

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