#825172

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

Shades of Cosmic #825172

Tints of Cosmic #825172

Color information

#825172 (or 0x825172) is unknown color: approx Cosmic. HEX triplet: 82, 51 and 72. RGB value is (130,81,114). Sum of RGB (Red+Green+Blue) = 130+81+114=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #825172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825172 is #7DAE8D. Grayscale: #636363. Windows color (decimal): -8236686 or 7491970. OLE color: 7491970.

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

Color convert

RGB13081114-
CMYK00.380.120.49
HSL319.59º23.22%41.37%-
HSV(B)319.59º37.69%50.98%-
XYZ15.1911.8517.41-
YUV99.41136.23149.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=40%
G=24.92%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308111400.380.120.49319.5923.2241.37
Hex825172026C311401729
Octal20212116204614615002751
Binary10000010101000111100100100110110011000110100000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825172; }

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

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

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

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

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

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

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

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