Shades of Cosmic #81446D
Tints of Cosmic #81446D
RGB
CMYK
RGB Variations
Color information
#81446D (or 0x81446D) is known color: Cosmic. HEX triplet: 81, 44 and 6D. RGB value is (129,68,109). Sum of RGB (Red+Green+Blue) = 129+68+109=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #81446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81446D is #7EBB92. Grayscale: #5A5A5A. Windows color (decimal): -8305555 or 7160961. OLE color: 7160961.
HSL color Cylindrical-coordinate representation of color #81446D: hue angle of 319.67º 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 #81446D is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 68 | 109 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.49 |
| HSL | 319.67º | 0.31% | 0.39% | - |
| HSV(B) | 319.67º | 0.47% | 0.51% | - |
| XYZ | 13.88 | 9.91 | 15.65 | - |
| YUV | 90.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 109 | 0 | 0.47 | 0.16 | 0.49 | 319.67 | 0.31 | 0.39 |
| Hex | 81 | 44 | 6D | 0 | 2F | 10 | 31 | 140 | 1F | 27 |
| Octal | 201 | 104 | 155 | 0 | 57 | 20 | 61 | 500 | 37 | 47 |
| Binary | 10000001 | 1000100 | 1101101 | 0 | 101111 | 10000 | 110001 | 101000000 | 11111 | 100111 |
Color Harmonies of #81446D
Complementary color
Monochromatic Colors of #81446D
Black with #81446D
Text Example
Text Example
White with #81446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81446D; }
p { color: rgb(129,68,109); }
H1.HeaderClassName
{
color: #81446D;
}
.AnyTagClassName
{
color: #81446D;
}
</style>
background-color css
<style>
a { background-color: #81446D; }
a { background-color: rgb(129,68,109); }
div.DivClassName
{
background-color: #81446D;
}
.BgClassName
{
background-color: #81446D;
}
</style>
border-color css
<style>
span { border-color: #81446D; }
span { border-color: rgb(129,68,109); }
td.TdClassName
{
border-color: #81446D;
}
.TagClassName
{
border-color: #81446D;
}
</style>