#825572

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

Shades of Cosmic #825572

Tints of Cosmic #825572

Color information

#825572 (or 0x825572) is unknown color: approx Cosmic. HEX triplet: 82, 55 and 72. RGB value is (130,85,114). Sum of RGB (Red+Green+Blue) = 130+85+114=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #825572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825572 is #7DAA8D. Grayscale: #656565. Windows color (decimal): -8235662 or 7492994. OLE color: 7492994.

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

Color convert

RGB13085114-
CMYK00.350.120.49
HSL321.33º20.93%42.16%-
HSV(B)321.33º34.62%50.98%-
XYZ15.4912.4617.51-
YUV101.76134.91148.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=39.51%
G=25.84%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308511400.350.120.49321.3320.9342.16
Hex825572023C31141152a
Octal20212516204314615012552
Binary10000010101010111100100100011110011000110100000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825572; }

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

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

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

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

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

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

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

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