Shades of Cosmic #81445E
Tints of Cosmic #81445E
RGB
CMYK
RGB Variations
Color information
#81445E (or 0x81445E) is known color: Cosmic. HEX triplet: 81, 44 and 5E. RGB value is (129,68,94). Sum of RGB (Red+Green+Blue) = 129+68+94=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81445E is #7EBBA1. Grayscale: #595959. Windows color (decimal): -8305570 or 6177921. OLE color: 6177921.
HSL color Cylindrical-coordinate representation of color #81445E: hue angle of 334.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81445E is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 68 | 94 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.49 |
| HSL | 334.43º | 0.31% | 0.39% | - |
| HSV(B) | 334.43º | 0.47% | 0.51% | - |
| XYZ | 13.14 | 9.61 | 11.75 | - |
| YUV | 89.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 94 | 0 | 0.47 | 0.27 | 0.49 | 334.43 | 0.31 | 0.39 |
| Hex | 81 | 44 | 5E | 0 | 2F | 1B | 31 | 14E | 1F | 27 |
| Octal | 201 | 104 | 136 | 0 | 57 | 33 | 61 | 516 | 37 | 47 |
| Binary | 10000001 | 1000100 | 1011110 | 0 | 101111 | 11011 | 110001 | 101001110 | 11111 | 100111 |
Color Harmonies of #81445E
Complementary color
Monochromatic Colors of #81445E
Black with #81445E
Text Example
Text Example
White with #81445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81445E; }
p { color: rgb(129,68,94); }
H1.HeaderClassName
{
color: #81445E;
}
.AnyTagClassName
{
color: #81445E;
}
</style>
background-color css
<style>
a { background-color: #81445E; }
a { background-color: rgb(129,68,94); }
div.DivClassName
{
background-color: #81445E;
}
.BgClassName
{
background-color: #81445E;
}
</style>
border-color css
<style>
span { border-color: #81445E; }
span { border-color: rgb(129,68,94); }
td.TdClassName
{
border-color: #81445E;
}
.TagClassName
{
border-color: #81445E;
}
</style>