Shades of Cosmic #81465D
Tints of Cosmic #81465D
RGB
CMYK
RGB Variations
Color information
#81465D (or 0x81465D) is known color: Cosmic. HEX triplet: 81, 46 and 5D. RGB value is (129,70,93). Sum of RGB (Red+Green+Blue) = 129+70+93=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #81465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81465D is #7EB9A2. Grayscale: #5A5A5A. Windows color (decimal): -8305059 or 6112897. OLE color: 6112897.
HSL color Cylindrical-coordinate representation of color #81465D: hue angle of 336.61º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81465D is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 93 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.49 |
| HSL | 336.61º | 0.3% | 0.39% | - |
| HSV(B) | 336.61º | 0.46% | 0.51% | - |
| XYZ | 13.22 | 9.84 | 11.56 | - |
| YUV | 90.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 93 | 0 | 0.46 | 0.28 | 0.49 | 336.61 | 0.3 | 0.39 |
| Hex | 81 | 46 | 5D | 0 | 2E | 1C | 31 | 151 | 1E | 27 |
| Octal | 201 | 106 | 135 | 0 | 56 | 34 | 61 | 521 | 36 | 47 |
| Binary | 10000001 | 1000110 | 1011101 | 0 | 101110 | 11100 | 110001 | 101010001 | 11110 | 100111 |
Color Harmonies of #81465D
Complementary color
Monochromatic Colors of #81465D
Black with #81465D
Text Example
Text Example
White with #81465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81465D; }
p { color: rgb(129,70,93); }
H1.HeaderClassName
{
color: #81465D;
}
.AnyTagClassName
{
color: #81465D;
}
</style>
background-color css
<style>
a { background-color: #81465D; }
a { background-color: rgb(129,70,93); }
div.DivClassName
{
background-color: #81465D;
}
.BgClassName
{
background-color: #81465D;
}
</style>
border-color css
<style>
span { border-color: #81465D; }
span { border-color: rgb(129,70,93); }
td.TdClassName
{
border-color: #81465D;
}
.TagClassName
{
border-color: #81465D;
}
</style>