Shades of Cosmic #81596B
Tints of Cosmic #81596B
RGB
CMYK
RGB Variations
Color information
#81596B (or 0x81596B) is known color: Cosmic. HEX triplet: 81, 59 and 6B. RGB value is (129,89,107). Sum of RGB (Red+Green+Blue) = 129+89+107=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #81596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81596B is #7EA694. Grayscale: #666666. Windows color (decimal): -8300181 or 7035265. OLE color: 7035265.
HSL color Cylindrical-coordinate representation of color #81596B: hue angle of 333º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81596B is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 89 | 107 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.49 |
| HSL | 333º | 0.18% | 0.43% | - |
| HSV(B) | 333º | 0.31% | 0.51% | - |
| XYZ | 15.28 | 12.87 | 15.59 | - |
| YUV | 103.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 107 | 0 | 0.31 | 0.17 | 0.49 | 333 | 0.18 | 0.43 |
| Hex | 81 | 59 | 6B | 0 | 1F | 11 | 31 | 14D | 12 | 2B |
| Octal | 201 | 131 | 153 | 0 | 37 | 21 | 61 | 515 | 22 | 53 |
| Binary | 10000001 | 1011001 | 1101011 | 0 | 11111 | 10001 | 110001 | 101001101 | 10010 | 101011 |
Color Harmonies of #81596B
Complementary color
Monochromatic Colors of #81596B
Black with #81596B
Text Example
Text Example
White with #81596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81596B; }
p { color: rgb(129,89,107); }
H1.HeaderClassName
{
color: #81596B;
}
.AnyTagClassName
{
color: #81596B;
}
</style>
background-color css
<style>
a { background-color: #81596B; }
a { background-color: rgb(129,89,107); }
div.DivClassName
{
background-color: #81596B;
}
.BgClassName
{
background-color: #81596B;
}
</style>
border-color css
<style>
span { border-color: #81596B; }
span { border-color: rgb(129,89,107); }
td.TdClassName
{
border-color: #81596B;
}
.TagClassName
{
border-color: #81596B;
}
</style>