#825470

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

Shades of Cosmic #825470

Tints of Cosmic #825470

Color information

#825470 (or 0x825470) is unknown color: approx Cosmic. HEX triplet: 82, 54 and 70. RGB value is (130,84,112). Sum of RGB (Red+Green+Blue) = 130+84+112=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #825470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825470 is #7DAB8F. Grayscale: #646464. Windows color (decimal): -8235920 or 7361666. OLE color: 7361666.

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

Color convert

RGB13084112-
CMYK00.350.140.49
HSL323.48º21.5%41.96%-
HSV(B)323.48º35.38%50.98%-
XYZ15.312.2616.89-
YUV100.95134.24148.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=39.88%
G=25.77%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308411200.350.140.49323.4821.541.96
Hex825470023E31143152a
Octal20212416004316615032552
Binary10000010101010011100000100011111011000110100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825470; }

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

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

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

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

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

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

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

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