Shades of Cosmic #81465A
Tints of Cosmic #81465A
RGB
CMYK
RGB Variations
Color information
#81465A (or 0x81465A) is known color: Cosmic. HEX triplet: 81, 46 and 5A. RGB value is (129,70,90). Sum of RGB (Red+Green+Blue) = 129+70+90=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81465A is #7EB9A5. Grayscale: #595959. Windows color (decimal): -8305062 or 5916289. OLE color: 5916289.
HSL color Cylindrical-coordinate representation of color #81465A: hue angle of 339.66º 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 #81465A is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 90 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.49 |
| HSL | 339.66º | 0.3% | 0.39% | - |
| HSV(B) | 339.66º | 0.46% | 0.51% | - |
| XYZ | 13.09 | 9.79 | 10.87 | - |
| YUV | 89.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 90 | 0 | 0.46 | 0.30 | 0.49 | 339.66 | 0.3 | 0.39 |
| Hex | 81 | 46 | 5A | 0 | 2E | 1E | 31 | 154 | 1E | 27 |
| Octal | 201 | 106 | 132 | 0 | 56 | 36 | 61 | 524 | 36 | 47 |
| Binary | 10000001 | 1000110 | 1011010 | 0 | 101110 | 11110 | 110001 | 101010100 | 11110 | 100111 |
Color Harmonies of #81465A
Complementary color
Monochromatic Colors of #81465A
Black with #81465A
Text Example
Text Example
White with #81465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81465A; }
p { color: rgb(129,70,90); }
H1.HeaderClassName
{
color: #81465A;
}
.AnyTagClassName
{
color: #81465A;
}
</style>
background-color css
<style>
a { background-color: #81465A; }
a { background-color: rgb(129,70,90); }
div.DivClassName
{
background-color: #81465A;
}
.BgClassName
{
background-color: #81465A;
}
</style>
border-color css
<style>
span { border-color: #81465A; }
span { border-color: rgb(129,70,90); }
td.TdClassName
{
border-color: #81465A;
}
.TagClassName
{
border-color: #81465A;
}
</style>