Shades of Cosmic #813C5C
Tints of Cosmic #813C5C
RGB
CMYK
RGB Variations
Color information
#813C5C (or 0x813C5C) is known color: Cosmic. HEX triplet: 81, 3C and 5C. RGB value is (129,60,92). Sum of RGB (Red+Green+Blue) = 129+60+92=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #813C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813C5C is #7EC3A3. Grayscale: #545454. Windows color (decimal): -8307620 or 6044801. OLE color: 6044801.
HSL color Cylindrical-coordinate representation of color #813C5C: hue angle of 332.17º degrees, saturation: 0.37, 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 #813C5C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 92 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.49 |
| HSL | 332.17º | 0.37% | 0.37% | - |
| HSV(B) | 332.17º | 0.53% | 0.51% | - |
| XYZ | 12.6 | 8.67 | 11.13 | - |
| YUV | 84.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 92 | 0 | 0.53 | 0.29 | 0.49 | 332.17 | 0.37 | 0.37 |
| Hex | 81 | 3C | 5C | 0 | 35 | 1D | 31 | 14C | 25 | 25 |
| Octal | 201 | 74 | 134 | 0 | 65 | 35 | 61 | 514 | 45 | 45 |
| Binary | 10000001 | 111100 | 1011100 | 0 | 110101 | 11101 | 110001 | 101001100 | 100101 | 100101 |
Color Harmonies of #813C5C
Complementary color
Monochromatic Colors of #813C5C
Black with #813C5C
Text Example
Text Example
White with #813C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C5C; }
p { color: rgb(129,60,92); }
H1.HeaderClassName
{
color: #813C5C;
}
.AnyTagClassName
{
color: #813C5C;
}
</style>
background-color css
<style>
a { background-color: #813C5C; }
a { background-color: rgb(129,60,92); }
div.DivClassName
{
background-color: #813C5C;
}
.BgClassName
{
background-color: #813C5C;
}
</style>
border-color css
<style>
span { border-color: #813C5C; }
span { border-color: rgb(129,60,92); }
td.TdClassName
{
border-color: #813C5C;
}
.TagClassName
{
border-color: #813C5C;
}
</style>