Shades of Cosmic #81576B
Tints of Cosmic #81576B
RGB
CMYK
RGB Variations
Color information
#81576B (or 0x81576B) is known color: Cosmic. HEX triplet: 81, 57 and 6B. RGB value is (129,87,107). Sum of RGB (Red+Green+Blue) = 129+87+107=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #81576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81576B is #7EA894. Grayscale: #656565. Windows color (decimal): -8300693 or 7034753. OLE color: 7034753.
HSL color Cylindrical-coordinate representation of color #81576B: hue angle of 331.43º 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 #81576B is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 87 | 107 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.49 |
| HSL | 331.43º | 0.19% | 0.42% | - |
| HSV(B) | 331.43º | 0.33% | 0.51% | - |
| XYZ | 15.12 | 12.55 | 15.53 | - |
| YUV | 101.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 107 | 0 | 0.33 | 0.17 | 0.49 | 331.43 | 0.19 | 0.42 |
| Hex | 81 | 57 | 6B | 0 | 21 | 11 | 31 | 14B | 13 | 2A |
| Octal | 201 | 127 | 153 | 0 | 41 | 21 | 61 | 513 | 23 | 52 |
| Binary | 10000001 | 1010111 | 1101011 | 0 | 100001 | 10001 | 110001 | 101001011 | 10011 | 101010 |
Color Harmonies of #81576B
Complementary color
Monochromatic Colors of #81576B
Black with #81576B
Text Example
Text Example
White with #81576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81576B; }
p { color: rgb(129,87,107); }
H1.HeaderClassName
{
color: #81576B;
}
.AnyTagClassName
{
color: #81576B;
}
</style>
background-color css
<style>
a { background-color: #81576B; }
a { background-color: rgb(129,87,107); }
div.DivClassName
{
background-color: #81576B;
}
.BgClassName
{
background-color: #81576B;
}
</style>
border-color css
<style>
span { border-color: #81576B; }
span { border-color: rgb(129,87,107); }
td.TdClassName
{
border-color: #81576B;
}
.TagClassName
{
border-color: #81576B;
}
</style>