#815264

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

Shades of Cosmic #815264

Tints of Cosmic #815264

Color information

#815264 (or 0x815264) is unknown color: approx Cosmic. HEX triplet: 81, 52 and 64. RGB value is (129,82,100). Sum of RGB (Red+Green+Blue) = 129+82+100=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #815264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815264 is #7EAD9B. Grayscale: #626262. Windows color (decimal): -8301980 or 6574721. OLE color: 6574721.

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

Color convert

RGB12982100-
CMYK00.360.220.49
HSL337.02º22.27%41.37%-
HSV(B)337.02º36.43%50.59%-
XYZ14.3711.6213.54-
YUV98.1129.07150.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=41.48%
G=26.37%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298210000.360.220.49337.0222.2741.37
Hex81526402416311511629
Octal20112214404426615212651
Binary100000011010010110010001001001011011000110101000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815264; }

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

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

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

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

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

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

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

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