Shades of Cosmic #81526D
Tints of Cosmic #81526D
RGB
CMYK
RGB Variations
Color information
#81526D (or 0x81526D) is known color: Cosmic. HEX triplet: 81, 52 and 6D. RGB value is (129,82,109). Sum of RGB (Red+Green+Blue) = 129+82+109=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #81526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81526D is #7EAD92. Grayscale: #636363. Windows color (decimal): -8301971 or 7164545. OLE color: 7164545.
HSL color Cylindrical-coordinate representation of color #81526D: hue angle of 325.53º 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 #81526D is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 82 | 109 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.49 |
| HSL | 325.53º | 0.22% | 0.41% | - |
| HSV(B) | 325.53º | 0.36% | 0.51% | - |
| XYZ | 14.83 | 11.81 | 15.97 | - |
| YUV | 99.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 109 | 0 | 0.36 | 0.16 | 0.49 | 325.53 | 0.22 | 0.41 |
| Hex | 81 | 52 | 6D | 0 | 24 | 10 | 31 | 146 | 16 | 29 |
| Octal | 201 | 122 | 155 | 0 | 44 | 20 | 61 | 506 | 26 | 51 |
| Binary | 10000001 | 1010010 | 1101101 | 0 | 100100 | 10000 | 110001 | 101000110 | 10110 | 101001 |
Color Harmonies of #81526D
Complementary color
Monochromatic Colors of #81526D
Black with #81526D
Text Example
Text Example
White with #81526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81526D; }
p { color: rgb(129,82,109); }
H1.HeaderClassName
{
color: #81526D;
}
.AnyTagClassName
{
color: #81526D;
}
</style>
background-color css
<style>
a { background-color: #81526D; }
a { background-color: rgb(129,82,109); }
div.DivClassName
{
background-color: #81526D;
}
.BgClassName
{
background-color: #81526D;
}
</style>
border-color css
<style>
span { border-color: #81526D; }
span { border-color: rgb(129,82,109); }
td.TdClassName
{
border-color: #81526D;
}
.TagClassName
{
border-color: #81526D;
}
</style>