Shades of Cosmic #813D6D
Tints of Cosmic #813D6D
RGB
CMYK
RGB Variations
Color information
#813D6D (or 0x813D6D) is known color: Cosmic. HEX triplet: 81, 3D and 6D. RGB value is (129,61,109). Sum of RGB (Red+Green+Blue) = 129+61+109=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #813D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D6D is #7EC292. Grayscale: #565656. Windows color (decimal): -8307347 or 7159169. OLE color: 7159169.
HSL color Cylindrical-coordinate representation of color #813D6D: hue angle of 317.65º 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 #813D6D is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 61 | 109 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.49 |
| HSL | 317.65º | 0.36% | 0.37% | - |
| HSV(B) | 317.65º | 0.53% | 0.51% | - |
| XYZ | 13.48 | 9.11 | 15.52 | - |
| YUV | 86.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 109 | 0 | 0.53 | 0.16 | 0.49 | 317.65 | 0.36 | 0.37 |
| Hex | 81 | 3D | 6D | 0 | 35 | 10 | 31 | 13E | 24 | 25 |
| Octal | 201 | 75 | 155 | 0 | 65 | 20 | 61 | 476 | 44 | 45 |
| Binary | 10000001 | 111101 | 1101101 | 0 | 110101 | 10000 | 110001 | 100111110 | 100100 | 100101 |
Color Harmonies of #813D6D
Complementary color
Monochromatic Colors of #813D6D
Black with #813D6D
Text Example
Text Example
White with #813D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813D6D; }
p { color: rgb(129,61,109); }
H1.HeaderClassName
{
color: #813D6D;
}
.AnyTagClassName
{
color: #813D6D;
}
</style>
background-color css
<style>
a { background-color: #813D6D; }
a { background-color: rgb(129,61,109); }
div.DivClassName
{
background-color: #813D6D;
}
.BgClassName
{
background-color: #813D6D;
}
</style>
border-color css
<style>
span { border-color: #813D6D; }
span { border-color: rgb(129,61,109); }
td.TdClassName
{
border-color: #813D6D;
}
.TagClassName
{
border-color: #813D6D;
}
</style>