Shades of Cosmic #81475E
Tints of Cosmic #81475E
RGB
CMYK
RGB Variations
Color information
#81475E (or 0x81475E) is known color: Cosmic. HEX triplet: 81, 47 and 5E. RGB value is (129,71,94). Sum of RGB (Red+Green+Blue) = 129+71+94=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #81475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81475E is #7EB8A1. Grayscale: #5A5A5A. Windows color (decimal): -8304802 or 6178689. OLE color: 6178689.
HSL color Cylindrical-coordinate representation of color #81475E: hue angle of 336.21º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81475E is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 94 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.49 |
| HSL | 336.21º | 0.29% | 0.39% | - |
| HSV(B) | 336.21º | 0.45% | 0.51% | - |
| XYZ | 13.33 | 9.98 | 11.81 | - |
| YUV | 90.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 94 | 0 | 0.45 | 0.27 | 0.49 | 336.21 | 0.29 | 0.39 |
| Hex | 81 | 47 | 5E | 0 | 2D | 1B | 31 | 150 | 1D | 27 |
| Octal | 201 | 107 | 136 | 0 | 55 | 33 | 61 | 520 | 35 | 47 |
| Binary | 10000001 | 1000111 | 1011110 | 0 | 101101 | 11011 | 110001 | 101010000 | 11101 | 100111 |
Color Harmonies of #81475E
Complementary color
Monochromatic Colors of #81475E
Black with #81475E
Text Example
Text Example
White with #81475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81475E; }
p { color: rgb(129,71,94); }
H1.HeaderClassName
{
color: #81475E;
}
.AnyTagClassName
{
color: #81475E;
}
</style>
background-color css
<style>
a { background-color: #81475E; }
a { background-color: rgb(129,71,94); }
div.DivClassName
{
background-color: #81475E;
}
.BgClassName
{
background-color: #81475E;
}
</style>
border-color css
<style>
span { border-color: #81475E; }
span { border-color: rgb(129,71,94); }
td.TdClassName
{
border-color: #81475E;
}
.TagClassName
{
border-color: #81475E;
}
</style>