Shades of Cosmic #813A5F
Tints of Cosmic #813A5F
RGB
CMYK
RGB Variations
Color information
#813A5F (or 0x813A5F) is known color: Cosmic. HEX triplet: 81, 3A and 5F. RGB value is (129,58,95). Sum of RGB (Red+Green+Blue) = 129+58+95=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #813A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A5F is #7EC5A0. Grayscale: #535353. Windows color (decimal): -8308129 or 6240897. OLE color: 6240897.
HSL color Cylindrical-coordinate representation of color #813A5F: hue angle of 328.73º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A5F is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 95 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.49 |
| HSL | 328.73º | 0.38% | 0.37% | - |
| HSV(B) | 328.73º | 0.55% | 0.51% | - |
| XYZ | 12.63 | 8.52 | 11.81 | - |
| YUV | 83.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 95 | 0 | 0.55 | 0.26 | 0.49 | 328.73 | 0.38 | 0.37 |
| Hex | 81 | 3A | 5F | 0 | 37 | 1A | 31 | 149 | 26 | 25 |
| Octal | 201 | 72 | 137 | 0 | 67 | 32 | 61 | 511 | 46 | 45 |
| Binary | 10000001 | 111010 | 1011111 | 0 | 110111 | 11010 | 110001 | 101001001 | 100110 | 100101 |
Color Harmonies of #813A5F
Complementary color
Monochromatic Colors of #813A5F
Black with #813A5F
Text Example
Text Example
White with #813A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A5F; }
p { color: rgb(129,58,95); }
H1.HeaderClassName
{
color: #813A5F;
}
.AnyTagClassName
{
color: #813A5F;
}
</style>
background-color css
<style>
a { background-color: #813A5F; }
a { background-color: rgb(129,58,95); }
div.DivClassName
{
background-color: #813A5F;
}
.BgClassName
{
background-color: #813A5F;
}
</style>
border-color css
<style>
span { border-color: #813A5F; }
span { border-color: rgb(129,58,95); }
td.TdClassName
{
border-color: #813A5F;
}
.TagClassName
{
border-color: #813A5F;
}
</style>