Shades of Cosmic #815D71
Tints of Cosmic #815D71
RGB
CMYK
RGB Variations
Color information
#815D71 (or 0x815D71) is known color: Cosmic. HEX triplet: 81, 5D and 71. RGB value is (129,93,113). Sum of RGB (Red+Green+Blue) = 129+93+113=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #815D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D71 is #7EA28E. Grayscale: #6A6A6A. Windows color (decimal): -8299151 or 7429505. OLE color: 7429505.
HSL color Cylindrical-coordinate representation of color #815D71: hue angle of 326.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #815D71 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 93 | 113 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.49 |
| HSL | 326.67º | 0.16% | 0.44% | - |
| HSV(B) | 326.67º | 0.28% | 0.51% | - |
| XYZ | 15.95 | 13.69 | 17.42 | - |
| YUV | 106.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 113 | 0 | 0.28 | 0.12 | 0.49 | 326.67 | 0.16 | 0.44 |
| Hex | 81 | 5D | 71 | 0 | 1C | C | 31 | 147 | 10 | 2C |
| Octal | 201 | 135 | 161 | 0 | 34 | 14 | 61 | 507 | 20 | 54 |
| Binary | 10000001 | 1011101 | 1110001 | 0 | 11100 | 1100 | 110001 | 101000111 | 10000 | 101100 |
Color Harmonies of #815D71
Complementary color
Monochromatic Colors of #815D71
Black with #815D71
Text Example
Text Example
White with #815D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D71; }
p { color: rgb(129,93,113); }
H1.HeaderClassName
{
color: #815D71;
}
.AnyTagClassName
{
color: #815D71;
}
</style>
background-color css
<style>
a { background-color: #815D71; }
a { background-color: rgb(129,93,113); }
div.DivClassName
{
background-color: #815D71;
}
.BgClassName
{
background-color: #815D71;
}
</style>
border-color css
<style>
span { border-color: #815D71; }
span { border-color: rgb(129,93,113); }
td.TdClassName
{
border-color: #815D71;
}
.TagClassName
{
border-color: #815D71;
}
</style>