#815572

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

Shades of Cosmic #815572

Tints of Cosmic #815572

Color information

#815572 (or 0x815572) is unknown color: approx Cosmic. HEX triplet: 81, 55 and 72. RGB value is (129,85,114). Sum of RGB (Red+Green+Blue) = 129+85+114=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #815572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815572 is #7EAA8D. Grayscale: #656565. Windows color (decimal): -8301198 or 7492993. OLE color: 7492993.

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

Color convert

RGB12985114-
CMYK00.340.120.49
HSL320.45º20.56%41.96%-
HSV(B)320.45º34.11%50.59%-
XYZ15.3412.3817.5-
YUV101.46135.08147.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=39.33%
G=25.91%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298511400.340.120.49320.4520.5641.96
Hex815572022C31140152a
Octal20112516204214615002552
Binary10000001101010111100100100010110011000110100000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815572; }

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

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

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

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

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

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

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

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