Shades of Cosmic #81586B
Tints of Cosmic #81586B
RGB
CMYK
RGB Variations
Color information
#81586B (or 0x81586B) is known color: Cosmic. HEX triplet: 81, 58 and 6B. RGB value is (129,88,107). Sum of RGB (Red+Green+Blue) = 129+88+107=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #81586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81586B is #7EA794. Grayscale: #666666. Windows color (decimal): -8300437 or 7035009. OLE color: 7035009.
HSL color Cylindrical-coordinate representation of color #81586B: hue angle of 332.2º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81586B is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 88 | 107 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.49 |
| HSL | 332.2º | 0.19% | 0.43% | - |
| HSV(B) | 332.2º | 0.32% | 0.51% | - |
| XYZ | 15.2 | 12.71 | 15.56 | - |
| YUV | 102.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 107 | 0 | 0.32 | 0.17 | 0.49 | 332.2 | 0.19 | 0.43 |
| Hex | 81 | 58 | 6B | 0 | 20 | 11 | 31 | 14C | 13 | 2B |
| Octal | 201 | 130 | 153 | 0 | 40 | 21 | 61 | 514 | 23 | 53 |
| Binary | 10000001 | 1011000 | 1101011 | 0 | 100000 | 10001 | 110001 | 101001100 | 10011 | 101011 |
Color Harmonies of #81586B
Complementary color
Monochromatic Colors of #81586B
Black with #81586B
Text Example
Text Example
White with #81586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81586B; }
p { color: rgb(129,88,107); }
H1.HeaderClassName
{
color: #81586B;
}
.AnyTagClassName
{
color: #81586B;
}
</style>
background-color css
<style>
a { background-color: #81586B; }
a { background-color: rgb(129,88,107); }
div.DivClassName
{
background-color: #81586B;
}
.BgClassName
{
background-color: #81586B;
}
</style>
border-color css
<style>
span { border-color: #81586B; }
span { border-color: rgb(129,88,107); }
td.TdClassName
{
border-color: #81586B;
}
.TagClassName
{
border-color: #81586B;
}
</style>