Shades of Cosmic #813E6C
Tints of Cosmic #813E6C
RGB
CMYK
RGB Variations
Color information
#813E6C (or 0x813E6C) is known color: Cosmic. HEX triplet: 81, 3E and 6C. RGB value is (129,62,108). Sum of RGB (Red+Green+Blue) = 129+62+108=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #813E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813E6C is #7EC193. Grayscale: #575757. Windows color (decimal): -8307092 or 7093889. OLE color: 7093889.
HSL color Cylindrical-coordinate representation of color #813E6C: hue angle of 318.81º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #813E6C is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 62 | 108 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.49 |
| HSL | 318.81º | 0.35% | 0.37% | - |
| HSV(B) | 318.81º | 0.52% | 0.51% | - |
| XYZ | 13.48 | 9.2 | 15.25 | - |
| YUV | 87.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 62 | 108 | 0 | 0.52 | 0.16 | 0.49 | 318.81 | 0.35 | 0.37 |
| Hex | 81 | 3E | 6C | 0 | 34 | 10 | 31 | 13F | 23 | 25 |
| Octal | 201 | 76 | 154 | 0 | 64 | 20 | 61 | 477 | 43 | 45 |
| Binary | 10000001 | 111110 | 1101100 | 0 | 110100 | 10000 | 110001 | 100111111 | 100011 | 100101 |
Color Harmonies of #813E6C
Complementary color
Monochromatic Colors of #813E6C
Black with #813E6C
Text Example
Text Example
White with #813E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813E6C; }
p { color: rgb(129,62,108); }
H1.HeaderClassName
{
color: #813E6C;
}
.AnyTagClassName
{
color: #813E6C;
}
</style>
background-color css
<style>
a { background-color: #813E6C; }
a { background-color: rgb(129,62,108); }
div.DivClassName
{
background-color: #813E6C;
}
.BgClassName
{
background-color: #813E6C;
}
</style>
border-color css
<style>
span { border-color: #813E6C; }
span { border-color: rgb(129,62,108); }
td.TdClassName
{
border-color: #813E6C;
}
.TagClassName
{
border-color: #813E6C;
}
</style>