Shades of Cosmic #81566F
Tints of Cosmic #81566F
RGB
CMYK
RGB Variations
Color information
#81566F (or 0x81566F) is known color: Cosmic. HEX triplet: 81, 56 and 6F. RGB value is (129,86,111). Sum of RGB (Red+Green+Blue) = 129+86+111=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #81566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81566F is #7EA990. Grayscale: #656565. Windows color (decimal): -8300945 or 7296641. OLE color: 7296641.
HSL color Cylindrical-coordinate representation of color #81566F: hue angle of 325.12º degrees, saturation: 0.2, 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 #81566F is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 86 | 111 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.49 |
| HSL | 325.12º | 0.2% | 0.42% | - |
| HSV(B) | 325.12º | 0.33% | 0.51% | - |
| XYZ | 15.25 | 12.47 | 16.64 | - |
| YUV | 101.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 111 | 0 | 0.33 | 0.14 | 0.49 | 325.12 | 0.2 | 0.42 |
| Hex | 81 | 56 | 6F | 0 | 21 | E | 31 | 145 | 14 | 2A |
| Octal | 201 | 126 | 157 | 0 | 41 | 16 | 61 | 505 | 24 | 52 |
| Binary | 10000001 | 1010110 | 1101111 | 0 | 100001 | 1110 | 110001 | 101000101 | 10100 | 101010 |
Color Harmonies of #81566F
Complementary color
Monochromatic Colors of #81566F
Black with #81566F
Text Example
Text Example
White with #81566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81566F; }
p { color: rgb(129,86,111); }
H1.HeaderClassName
{
color: #81566F;
}
.AnyTagClassName
{
color: #81566F;
}
</style>
background-color css
<style>
a { background-color: #81566F; }
a { background-color: rgb(129,86,111); }
div.DivClassName
{
background-color: #81566F;
}
.BgClassName
{
background-color: #81566F;
}
</style>
border-color css
<style>
span { border-color: #81566F; }
span { border-color: rgb(129,86,111); }
td.TdClassName
{
border-color: #81566F;
}
.TagClassName
{
border-color: #81566F;
}
</style>