Shades of Cosmic #815A6F
Tints of Cosmic #815A6F
RGB
CMYK
RGB Variations
Color information
#815A6F (or 0x815A6F) is known color: Cosmic. HEX triplet: 81, 5A and 6F. RGB value is (129,90,111). Sum of RGB (Red+Green+Blue) = 129+90+111=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #815A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A6F is #7EA590. Grayscale: #686868. Windows color (decimal): -8299921 or 7297665. OLE color: 7297665.
HSL color Cylindrical-coordinate representation of color #815A6F: hue angle of 327.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815A6F is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 111 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.49 |
| HSL | 327.69º | 0.18% | 0.43% | - |
| HSV(B) | 327.69º | 0.3% | 0.51% | - |
| XYZ | 15.58 | 13.13 | 16.75 | - |
| YUV | 104.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 111 | 0 | 0.30 | 0.14 | 0.49 | 327.69 | 0.18 | 0.43 |
| Hex | 81 | 5A | 6F | 0 | 1E | E | 31 | 148 | 12 | 2B |
| Octal | 201 | 132 | 157 | 0 | 36 | 16 | 61 | 510 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1101111 | 0 | 11110 | 1110 | 110001 | 101001000 | 10010 | 101011 |
Color Harmonies of #815A6F
Complementary color
Monochromatic Colors of #815A6F
Black with #815A6F
Text Example
Text Example
White with #815A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A6F; }
p { color: rgb(129,90,111); }
H1.HeaderClassName
{
color: #815A6F;
}
.AnyTagClassName
{
color: #815A6F;
}
</style>
background-color css
<style>
a { background-color: #815A6F; }
a { background-color: rgb(129,90,111); }
div.DivClassName
{
background-color: #815A6F;
}
.BgClassName
{
background-color: #815A6F;
}
</style>
border-color css
<style>
span { border-color: #815A6F; }
span { border-color: rgb(129,90,111); }
td.TdClassName
{
border-color: #815A6F;
}
.TagClassName
{
border-color: #815A6F;
}
</style>