Shades of Cosmic #81566A
Tints of Cosmic #81566A
RGB
CMYK
RGB Variations
Color information
#81566A (or 0x81566A) is known color: Cosmic. HEX triplet: 81, 56 and 6A. RGB value is (129,86,106). Sum of RGB (Red+Green+Blue) = 129+86+106=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #81566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81566A is #7EA995. Grayscale: #656565. Windows color (decimal): -8300950 or 6968961. OLE color: 6968961.
HSL color Cylindrical-coordinate representation of color #81566A: hue angle of 332.09º 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 #81566A is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 86 | 106 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.49 |
| HSL | 332.09º | 0.2% | 0.42% | - |
| HSV(B) | 332.09º | 0.33% | 0.51% | - |
| XYZ | 14.98 | 12.36 | 15.23 | - |
| YUV | 101.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 106 | 0 | 0.33 | 0.18 | 0.49 | 332.09 | 0.2 | 0.42 |
| Hex | 81 | 56 | 6A | 0 | 21 | 12 | 31 | 14C | 14 | 2A |
| Octal | 201 | 126 | 152 | 0 | 41 | 22 | 61 | 514 | 24 | 52 |
| Binary | 10000001 | 1010110 | 1101010 | 0 | 100001 | 10010 | 110001 | 101001100 | 10100 | 101010 |
Color Harmonies of #81566A
Complementary color
Monochromatic Colors of #81566A
Black with #81566A
Text Example
Text Example
White with #81566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81566A; }
p { color: rgb(129,86,106); }
H1.HeaderClassName
{
color: #81566A;
}
.AnyTagClassName
{
color: #81566A;
}
</style>
background-color css
<style>
a { background-color: #81566A; }
a { background-color: rgb(129,86,106); }
div.DivClassName
{
background-color: #81566A;
}
.BgClassName
{
background-color: #81566A;
}
</style>
border-color css
<style>
span { border-color: #81566A; }
span { border-color: rgb(129,86,106); }
td.TdClassName
{
border-color: #81566A;
}
.TagClassName
{
border-color: #81566A;
}
</style>