Shades of Cosmic #81386A
Tints of Cosmic #81386A
RGB
CMYK
RGB Variations
Color information
#81386A (or 0x81386A) is known color: Cosmic. HEX triplet: 81, 38 and 6A. RGB value is (129,56,106). Sum of RGB (Red+Green+Blue) = 129+56+106=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81386A is #7EC795. Grayscale: #535353. Windows color (decimal): -8308630 or 6961281. OLE color: 6961281.
HSL color Cylindrical-coordinate representation of color #81386A: hue angle of 318.9º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81386A is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 56 | 106 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.49 |
| HSL | 318.9º | 0.39% | 0.36% | - |
| HSV(B) | 318.9º | 0.57% | 0.51% | - |
| XYZ | 13.07 | 8.54 | 14.59 | - |
| YUV | 83.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 106 | 0 | 0.57 | 0.18 | 0.49 | 318.9 | 0.39 | 0.36 |
| Hex | 81 | 38 | 6A | 0 | 39 | 12 | 31 | 13F | 27 | 24 |
| Octal | 201 | 70 | 152 | 0 | 71 | 22 | 61 | 477 | 47 | 44 |
| Binary | 10000001 | 111000 | 1101010 | 0 | 111001 | 10010 | 110001 | 100111111 | 100111 | 100100 |
Color Harmonies of #81386A
Complementary color
Monochromatic Colors of #81386A
Black with #81386A
Text Example
Text Example
White with #81386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81386A; }
p { color: rgb(129,56,106); }
H1.HeaderClassName
{
color: #81386A;
}
.AnyTagClassName
{
color: #81386A;
}
</style>
background-color css
<style>
a { background-color: #81386A; }
a { background-color: rgb(129,56,106); }
div.DivClassName
{
background-color: #81386A;
}
.BgClassName
{
background-color: #81386A;
}
</style>
border-color css
<style>
span { border-color: #81386A; }
span { border-color: rgb(129,56,106); }
td.TdClassName
{
border-color: #81386A;
}
.TagClassName
{
border-color: #81386A;
}
</style>