#815272

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

Shades of Cosmic #815272

Tints of Cosmic #815272

Color information

#815272 (or 0x815272) is unknown color: approx Cosmic. HEX triplet: 81, 52 and 72. RGB value is (129,82,114). Sum of RGB (Red+Green+Blue) = 129+82+114=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #815272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815272 is #7EAD8D. Grayscale: #636363. Windows color (decimal): -8301966 or 7492225. OLE color: 7492225.

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

Color convert

RGB12982114-
CMYK00.360.120.49
HSL319.15º22.27%41.37%-
HSV(B)319.15º36.43%50.59%-
XYZ15.1111.9217.42-
YUV99.7136.07148.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=39.69%
G=25.23%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298211400.360.120.49319.1522.2741.37
Hex815272024C3113f1629
Octal20112216204414614772651
Binary10000001101001011100100100100110011000110011111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815272; }

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

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

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

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

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

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

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

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