Shades of Cosmic #813C6A
Tints of Cosmic #813C6A
RGB
CMYK
RGB Variations
Color information
#813C6A (or 0x813C6A) is known color: Cosmic. HEX triplet: 81, 3C and 6A. RGB value is (129,60,106). Sum of RGB (Red+Green+Blue) = 129+60+106=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #813C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813C6A is #7EC395. Grayscale: #555555. Windows color (decimal): -8307606 or 6962305. OLE color: 6962305.
HSL color Cylindrical-coordinate representation of color #813C6A: hue angle of 320º 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 #813C6A is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 106 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.49 |
| HSL | 320º | 0.37% | 0.37% | - |
| HSV(B) | 320º | 0.53% | 0.51% | - |
| XYZ | 13.27 | 8.94 | 14.66 | - |
| YUV | 85.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 106 | 0 | 0.53 | 0.18 | 0.49 | 320 | 0.37 | 0.37 |
| Hex | 81 | 3C | 6A | 0 | 35 | 12 | 31 | 140 | 25 | 25 |
| Octal | 201 | 74 | 152 | 0 | 65 | 22 | 61 | 500 | 45 | 45 |
| Binary | 10000001 | 111100 | 1101010 | 0 | 110101 | 10010 | 110001 | 101000000 | 100101 | 100101 |
Color Harmonies of #813C6A
Complementary color
Monochromatic Colors of #813C6A
Black with #813C6A
Text Example
Text Example
White with #813C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C6A; }
p { color: rgb(129,60,106); }
H1.HeaderClassName
{
color: #813C6A;
}
.AnyTagClassName
{
color: #813C6A;
}
</style>
background-color css
<style>
a { background-color: #813C6A; }
a { background-color: rgb(129,60,106); }
div.DivClassName
{
background-color: #813C6A;
}
.BgClassName
{
background-color: #813C6A;
}
</style>
border-color css
<style>
span { border-color: #813C6A; }
span { border-color: rgb(129,60,106); }
td.TdClassName
{
border-color: #813C6A;
}
.TagClassName
{
border-color: #813C6A;
}
</style>