Shades of Cosmic #813D62
Tints of Cosmic #813D62
RGB
CMYK
RGB Variations
Color information
#813D62 (or 0x813D62) is known color: Cosmic. HEX triplet: 81, 3D and 62. RGB value is (129,61,98). Sum of RGB (Red+Green+Blue) = 129+61+98=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #813D62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D62 is #7EC29D. Grayscale: #555555. Windows color (decimal): -8307358 or 6438273. OLE color: 6438273.
HSL color Cylindrical-coordinate representation of color #813D62: hue angle of 327.35º 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 #813D62 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 61 | 98 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.49 |
| HSL | 327.35º | 0.36% | 0.37% | - |
| HSV(B) | 327.35º | 0.53% | 0.51% | - |
| XYZ | 12.93 | 8.89 | 12.59 | - |
| YUV | 85.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 98 | 0 | 0.53 | 0.24 | 0.49 | 327.35 | 0.36 | 0.37 |
| Hex | 81 | 3D | 62 | 0 | 35 | 18 | 31 | 147 | 24 | 25 |
| Octal | 201 | 75 | 142 | 0 | 65 | 30 | 61 | 507 | 44 | 45 |
| Binary | 10000001 | 111101 | 1100010 | 0 | 110101 | 11000 | 110001 | 101000111 | 100100 | 100101 |
Color Harmonies of #813D62
Complementary color
Monochromatic Colors of #813D62
Black with #813D62
Text Example
Text Example
White with #813D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813D62; }
p { color: rgb(129,61,98); }
H1.HeaderClassName
{
color: #813D62;
}
.AnyTagClassName
{
color: #813D62;
}
</style>
background-color css
<style>
a { background-color: #813D62; }
a { background-color: rgb(129,61,98); }
div.DivClassName
{
background-color: #813D62;
}
.BgClassName
{
background-color: #813D62;
}
</style>
border-color css
<style>
span { border-color: #813D62; }
span { border-color: rgb(129,61,98); }
td.TdClassName
{
border-color: #813D62;
}
.TagClassName
{
border-color: #813D62;
}
</style>