Shades of Cosmic #81576D
Tints of Cosmic #81576D
RGB
CMYK
RGB Variations
Color information
#81576D (or 0x81576D) is known color: Cosmic. HEX triplet: 81, 57 and 6D. RGB value is (129,87,109). Sum of RGB (Red+Green+Blue) = 129+87+109=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #81576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81576D is #7EA892. Grayscale: #666666. Windows color (decimal): -8300691 or 7165825. OLE color: 7165825.
HSL color Cylindrical-coordinate representation of color #81576D: hue angle of 328.57º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81576D is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 87 | 109 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.49 |
| HSL | 328.57º | 0.19% | 0.42% | - |
| HSV(B) | 328.57º | 0.33% | 0.51% | - |
| XYZ | 15.22 | 12.59 | 16.1 | - |
| YUV | 102.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 109 | 0 | 0.33 | 0.16 | 0.49 | 328.57 | 0.19 | 0.42 |
| Hex | 81 | 57 | 6D | 0 | 21 | 10 | 31 | 149 | 13 | 2A |
| Octal | 201 | 127 | 155 | 0 | 41 | 20 | 61 | 511 | 23 | 52 |
| Binary | 10000001 | 1010111 | 1101101 | 0 | 100001 | 10000 | 110001 | 101001001 | 10011 | 101010 |
Color Harmonies of #81576D
Complementary color
Monochromatic Colors of #81576D
Black with #81576D
Text Example
Text Example
White with #81576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81576D; }
p { color: rgb(129,87,109); }
H1.HeaderClassName
{
color: #81576D;
}
.AnyTagClassName
{
color: #81576D;
}
</style>
background-color css
<style>
a { background-color: #81576D; }
a { background-color: rgb(129,87,109); }
div.DivClassName
{
background-color: #81576D;
}
.BgClassName
{
background-color: #81576D;
}
</style>
border-color css
<style>
span { border-color: #81576D; }
span { border-color: rgb(129,87,109); }
td.TdClassName
{
border-color: #81576D;
}
.TagClassName
{
border-color: #81576D;
}
</style>