#825272

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

Shades of Cosmic #825272

Tints of Cosmic #825272

Color information

#825272 (or 0x825272) is unknown color: approx Cosmic. HEX triplet: 82, 52 and 72. RGB value is (130,82,114). Sum of RGB (Red+Green+Blue) = 130+82+114=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #825272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825272 is #7DAD8D. Grayscale: #636363. Windows color (decimal): -8236430 or 7492226. OLE color: 7492226.

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

Color convert

RGB13082114-
CMYK00.370.120.49
HSL320º22.64%41.57%-
HSV(B)320º36.92%50.98%-
XYZ15.261217.43-
YUV100135.9149.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=39.88%
G=25.15%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308211400.370.120.4932022.6441.57
Hex825272025C31140172a
Octal20212216204514615002752
Binary10000010101001011100100100101110011000110100000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825272; }

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

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

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

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

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

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

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

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