Shades of Cosmic #813A69
Tints of Cosmic #813A69
RGB
CMYK
RGB Variations
Color information
#813A69 (or 0x813A69) is known color: Cosmic. HEX triplet: 81, 3A and 69. RGB value is (129,58,105). Sum of RGB (Red+Green+Blue) = 129+58+105=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #813A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A69 is #7EC596. Grayscale: #545454. Windows color (decimal): -8308119 or 6896257. OLE color: 6896257.
HSL color Cylindrical-coordinate representation of color #813A69: hue angle of 320.28º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A69 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 105 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.49 |
| HSL | 320.28º | 0.38% | 0.37% | - |
| HSV(B) | 320.28º | 0.55% | 0.51% | - |
| XYZ | 13.12 | 8.71 | 14.36 | - |
| YUV | 84.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 105 | 0 | 0.55 | 0.19 | 0.49 | 320.28 | 0.38 | 0.37 |
| Hex | 81 | 3A | 69 | 0 | 37 | 13 | 31 | 140 | 26 | 25 |
| Octal | 201 | 72 | 151 | 0 | 67 | 23 | 61 | 500 | 46 | 45 |
| Binary | 10000001 | 111010 | 1101001 | 0 | 110111 | 10011 | 110001 | 101000000 | 100110 | 100101 |
Color Harmonies of #813A69
Complementary color
Monochromatic Colors of #813A69
Black with #813A69
Text Example
Text Example
White with #813A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A69; }
p { color: rgb(129,58,105); }
H1.HeaderClassName
{
color: #813A69;
}
.AnyTagClassName
{
color: #813A69;
}
</style>
background-color css
<style>
a { background-color: #813A69; }
a { background-color: rgb(129,58,105); }
div.DivClassName
{
background-color: #813A69;
}
.BgClassName
{
background-color: #813A69;
}
</style>
border-color css
<style>
span { border-color: #813A69; }
span { border-color: rgb(129,58,105); }
td.TdClassName
{
border-color: #813A69;
}
.TagClassName
{
border-color: #813A69;
}
</style>