Shades of Cosmic #85536B
Tints of Cosmic #85536B
RGB
CMYK
RGB Variations
Color information
#85536B (or 0x85536B) is known color: Cosmic. HEX triplet: 85, 53 and 6B. RGB value is (133,83,107). Sum of RGB (Red+Green+Blue) = 133+83+107=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85536B is #7AAC94. Grayscale: #646464. Windows color (decimal): -8039573 or 7033733. OLE color: 7033733.
HSL color Cylindrical-coordinate representation of color #85536B: hue angle of 331.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85536B is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 107 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.48 |
| HSL | 331.2º | 0.23% | 0.42% | - |
| HSV(B) | 331.2º | 0.38% | 0.52% | - |
| XYZ | 15.42 | 12.23 | 15.46 | - |
| YUV | 100.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 107 | 0 | 0.38 | 0.20 | 0.48 | 331.2 | 0.23 | 0.42 |
| Hex | 85 | 53 | 6B | 0 | 26 | 14 | 30 | 14B | 17 | 2A |
| Octal | 205 | 123 | 153 | 0 | 46 | 24 | 60 | 513 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1101011 | 0 | 100110 | 10100 | 110000 | 101001011 | 10111 | 101010 |
Color Harmonies of #85536B
Complementary color
Monochromatic Colors of #85536B
Black with #85536B
Text Example
Text Example
White with #85536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85536B; }
p { color: rgb(133,83,107); }
H1.HeaderClassName
{
color: #85536B;
}
.AnyTagClassName
{
color: #85536B;
}
</style>
background-color css
<style>
a { background-color: #85536B; }
a { background-color: rgb(133,83,107); }
div.DivClassName
{
background-color: #85536B;
}
.BgClassName
{
background-color: #85536B;
}
</style>
border-color css
<style>
span { border-color: #85536B; }
span { border-color: rgb(133,83,107); }
td.TdClassName
{
border-color: #85536B;
}
.TagClassName
{
border-color: #85536B;
}
</style>