#825A72

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

Shades of Cosmic #825A72

Tints of Cosmic #825A72

Color information

#825A72 (or 0x825A72) is unknown color: approx Cosmic. HEX triplet: 82, 5A and 72. RGB value is (130,90,114). Sum of RGB (Red+Green+Blue) = 130+90+114=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #825A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A72 is #7DA58D. Grayscale: #686868. Windows color (decimal): -8234382 or 7494274. OLE color: 7494274.

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

Color convert

RGB13090114-
CMYK00.310.120.49
HSL324º18.18%43.14%-
HSV(B)324º30.77%50.98%-
XYZ15.913.2717.64-
YUV104.7133.25146.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 90 (35.55% from 255) = 26.95%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=38.92%
G=26.95%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309011400.310.120.4932418.1843.14
Hex825A7201FC31144122b
Octal20213216203714615042253
Binary1000001010110101110010011111110011000110100010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,90,114); }

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

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

 a { background-color: rgb(130,90,114); }

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

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

 span { border-color: rgb(130,90,114); }

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