#815271

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

Shades of Cosmic #815271

Tints of Cosmic #815271

Color information

#815271 (or 0x815271) is unknown color: approx Cosmic. HEX triplet: 81, 52 and 71. RGB value is (129,82,113). Sum of RGB (Red+Green+Blue) = 129+82+113=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #815271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815271 is #7EAD8E. Grayscale: #636363. Windows color (decimal): -8301967 or 7426689. OLE color: 7426689.

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

Color convert

RGB12982113-
CMYK00.360.120.49
HSL320.43º22.27%41.37%-
HSV(B)320.43º36.43%50.59%-
XYZ15.0511.8917.13-
YUV99.59135.57148.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=39.81%
G=25.31%
B=34.88%

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
Decimal1298211300.360.120.49320.4322.2741.37
Hex815271024C311401629
Octal20112216104414615002651
Binary10000001101001011100010100100110011000110100000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815271; }

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

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

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

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

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

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

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

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