Shades of Cosmic #81506E
Tints of Cosmic #81506E
RGB
CMYK
RGB Variations
Color information
#81506E (or 0x81506E) is known color: Cosmic. HEX triplet: 81, 50 and 6E. RGB value is (129,80,110). Sum of RGB (Red+Green+Blue) = 129+80+110=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #81506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81506E is #7EAF91. Grayscale: #616161. Windows color (decimal): -8302482 or 7229569. OLE color: 7229569.
HSL color Cylindrical-coordinate representation of color #81506E: hue angle of 323.27º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81506E is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 80 | 110 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.49 |
| HSL | 323.27º | 0.23% | 0.41% | - |
| HSV(B) | 323.27º | 0.38% | 0.51% | - |
| XYZ | 14.74 | 11.53 | 16.2 | - |
| YUV | 98.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 110 | 0 | 0.38 | 0.15 | 0.49 | 323.27 | 0.23 | 0.41 |
| Hex | 81 | 50 | 6E | 0 | 26 | F | 31 | 143 | 17 | 29 |
| Octal | 201 | 120 | 156 | 0 | 46 | 17 | 61 | 503 | 27 | 51 |
| Binary | 10000001 | 1010000 | 1101110 | 0 | 100110 | 1111 | 110001 | 101000011 | 10111 | 101001 |
Color Harmonies of #81506E
Complementary color
Monochromatic Colors of #81506E
Black with #81506E
Text Example
Text Example
White with #81506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81506E; }
p { color: rgb(129,80,110); }
H1.HeaderClassName
{
color: #81506E;
}
.AnyTagClassName
{
color: #81506E;
}
</style>
background-color css
<style>
a { background-color: #81506E; }
a { background-color: rgb(129,80,110); }
div.DivClassName
{
background-color: #81506E;
}
.BgClassName
{
background-color: #81506E;
}
</style>
border-color css
<style>
span { border-color: #81506E; }
span { border-color: rgb(129,80,110); }
td.TdClassName
{
border-color: #81506E;
}
.TagClassName
{
border-color: #81506E;
}
</style>