Shades of Cosmic #813F68
Tints of Cosmic #813F68
RGB
CMYK
RGB Variations
Color information
#813F68 (or 0x813F68) is known color: Cosmic. HEX triplet: 81, 3F and 68. RGB value is (129,63,104). Sum of RGB (Red+Green+Blue) = 129+63+104=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #813F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813F68 is #7EC097. Grayscale: #575757. Windows color (decimal): -8306840 or 6832001. OLE color: 6832001.
HSL color Cylindrical-coordinate representation of color #813F68: hue angle of 322.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #813F68 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 63 | 104 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.49 |
| HSL | 322.73º | 0.34% | 0.38% | - |
| HSV(B) | 322.73º | 0.51% | 0.51% | - |
| XYZ | 13.33 | 9.22 | 14.17 | - |
| YUV | 87.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 104 | 0 | 0.51 | 0.19 | 0.49 | 322.73 | 0.34 | 0.38 |
| Hex | 81 | 3F | 68 | 0 | 33 | 13 | 31 | 143 | 22 | 26 |
| Octal | 201 | 77 | 150 | 0 | 63 | 23 | 61 | 503 | 42 | 46 |
| Binary | 10000001 | 111111 | 1101000 | 0 | 110011 | 10011 | 110001 | 101000011 | 100010 | 100110 |
Color Harmonies of #813F68
Complementary color
Monochromatic Colors of #813F68
Black with #813F68
Text Example
Text Example
White with #813F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F68; }
p { color: rgb(129,63,104); }
H1.HeaderClassName
{
color: #813F68;
}
.AnyTagClassName
{
color: #813F68;
}
</style>
background-color css
<style>
a { background-color: #813F68; }
a { background-color: rgb(129,63,104); }
div.DivClassName
{
background-color: #813F68;
}
.BgClassName
{
background-color: #813F68;
}
</style>
border-color css
<style>
span { border-color: #813F68; }
span { border-color: rgb(129,63,104); }
td.TdClassName
{
border-color: #813F68;
}
.TagClassName
{
border-color: #813F68;
}
</style>