Shades of Cosmic #813F5D
Tints of Cosmic #813F5D
RGB
CMYK
RGB Variations
Color information
#813F5D (or 0x813F5D) is known color: Cosmic. HEX triplet: 81, 3F and 5D. RGB value is (129,63,93). Sum of RGB (Red+Green+Blue) = 129+63+93=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #813F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813F5D is #7EC0A2. Grayscale: #565656. Windows color (decimal): -8306851 or 6111105. OLE color: 6111105.
HSL color Cylindrical-coordinate representation of color #813F5D: hue angle of 332.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #813F5D is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 63 | 93 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.49 |
| HSL | 332.73º | 0.34% | 0.38% | - |
| HSV(B) | 332.73º | 0.51% | 0.51% | - |
| XYZ | 12.81 | 9.01 | 11.42 | - |
| YUV | 86.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 93 | 0 | 0.51 | 0.28 | 0.49 | 332.73 | 0.34 | 0.38 |
| Hex | 81 | 3F | 5D | 0 | 33 | 1C | 31 | 14D | 22 | 26 |
| Octal | 201 | 77 | 135 | 0 | 63 | 34 | 61 | 515 | 42 | 46 |
| Binary | 10000001 | 111111 | 1011101 | 0 | 110011 | 11100 | 110001 | 101001101 | 100010 | 100110 |
Color Harmonies of #813F5D
Complementary color
Monochromatic Colors of #813F5D
Black with #813F5D
Text Example
Text Example
White with #813F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F5D; }
p { color: rgb(129,63,93); }
H1.HeaderClassName
{
color: #813F5D;
}
.AnyTagClassName
{
color: #813F5D;
}
</style>
background-color css
<style>
a { background-color: #813F5D; }
a { background-color: rgb(129,63,93); }
div.DivClassName
{
background-color: #813F5D;
}
.BgClassName
{
background-color: #813F5D;
}
</style>
border-color css
<style>
span { border-color: #813F5D; }
span { border-color: rgb(129,63,93); }
td.TdClassName
{
border-color: #813F5D;
}
.TagClassName
{
border-color: #813F5D;
}
</style>