Shades of Cosmic #84526E
Tints of Cosmic #84526E
RGB
CMYK
RGB Variations
Color information
#84526E (or 0x84526E) is known color: Cosmic. HEX triplet: 84, 52 and 6E. RGB value is (132,82,110). Sum of RGB (Red+Green+Blue) = 132+82+110=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84526E is #7BAD91. Grayscale: #646464. Windows color (decimal): -8105362 or 7230084. OLE color: 7230084.
HSL color Cylindrical-coordinate representation of color #84526E: hue angle of 326.4º 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 #84526E is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 110 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.48 |
| HSL | 326.4º | 0.23% | 0.42% | - |
| HSV(B) | 326.4º | 0.38% | 0.52% | - |
| XYZ | 15.35 | 12.07 | 16.27 | - |
| YUV | 100.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 110 | 0 | 0.38 | 0.17 | 0.48 | 326.4 | 0.23 | 0.42 |
| Hex | 84 | 52 | 6E | 0 | 26 | 11 | 30 | 146 | 17 | 2A |
| Octal | 204 | 122 | 156 | 0 | 46 | 21 | 60 | 506 | 27 | 52 |
| Binary | 10000100 | 1010010 | 1101110 | 0 | 100110 | 10001 | 110000 | 101000110 | 10111 | 101010 |
Color Harmonies of #84526E
Complementary color
Monochromatic Colors of #84526E
Black with #84526E
Text Example
Text Example
White with #84526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84526E; }
p { color: rgb(132,82,110); }
H1.HeaderClassName
{
color: #84526E;
}
.AnyTagClassName
{
color: #84526E;
}
</style>
background-color css
<style>
a { background-color: #84526E; }
a { background-color: rgb(132,82,110); }
div.DivClassName
{
background-color: #84526E;
}
.BgClassName
{
background-color: #84526E;
}
</style>
border-color css
<style>
span { border-color: #84526E; }
span { border-color: rgb(132,82,110); }
td.TdClassName
{
border-color: #84526E;
}
.TagClassName
{
border-color: #84526E;
}
</style>