#825873

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

Shades of Cosmic #825873

Tints of Cosmic #825873

Color information

#825873 (or 0x825873) is unknown color: approx Cosmic. HEX triplet: 82, 58 and 73. RGB value is (130,88,115). Sum of RGB (Red+Green+Blue) = 130+88+115=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825873 is #7DA78C. Grayscale: #676767. Windows color (decimal): -8234893 or 7559298. OLE color: 7559298.

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

Color convert

RGB13088115-
CMYK00.320.120.49
HSL321.43º19.27%42.75%-
HSV(B)321.43º32.31%50.98%-
XYZ15.7912.9617.89-
YUV103.64134.41146.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=39.04%
G=26.43%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308811500.320.120.49321.4319.2742.75
Hex825873020C31141132b
Octal20213016304014615012353
Binary10000010101100011100110100000110011000110100000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825873; }

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

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

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

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

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

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

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

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