Shades of Cosmic #813D61
Tints of Cosmic #813D61
RGB
CMYK
RGB Variations
Color information
#813D61 (or 0x813D61) is known color: Cosmic. HEX triplet: 81, 3D and 61. RGB value is (129,61,97). Sum of RGB (Red+Green+Blue) = 129+61+97=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #813D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D61 is #7EC29E. Grayscale: #555555. Windows color (decimal): -8307359 or 6372737. OLE color: 6372737.
HSL color Cylindrical-coordinate representation of color #813D61: hue angle of 328.24º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #813D61 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 61 | 97 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.49 |
| HSL | 328.24º | 0.36% | 0.37% | - |
| HSV(B) | 328.24º | 0.53% | 0.51% | - |
| XYZ | 12.88 | 8.87 | 12.34 | - |
| YUV | 85.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 97 | 0 | 0.53 | 0.25 | 0.49 | 328.24 | 0.36 | 0.37 |
| Hex | 81 | 3D | 61 | 0 | 35 | 19 | 31 | 148 | 24 | 25 |
| Octal | 201 | 75 | 141 | 0 | 65 | 31 | 61 | 510 | 44 | 45 |
| Binary | 10000001 | 111101 | 1100001 | 0 | 110101 | 11001 | 110001 | 101001000 | 100100 | 100101 |
Color Harmonies of #813D61
Complementary color
Monochromatic Colors of #813D61
Black with #813D61
Text Example
Text Example
White with #813D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813D61; }
p { color: rgb(129,61,97); }
H1.HeaderClassName
{
color: #813D61;
}
.AnyTagClassName
{
color: #813D61;
}
</style>
background-color css
<style>
a { background-color: #813D61; }
a { background-color: rgb(129,61,97); }
div.DivClassName
{
background-color: #813D61;
}
.BgClassName
{
background-color: #813D61;
}
</style>
border-color css
<style>
span { border-color: #813D61; }
span { border-color: rgb(129,61,97); }
td.TdClassName
{
border-color: #813D61;
}
.TagClassName
{
border-color: #813D61;
}
</style>