Shades of Cosmic #84455C
Tints of Cosmic #84455C
RGB
CMYK
RGB Variations
Color information
#84455C (or 0x84455C) is known color: Cosmic. HEX triplet: 84, 45 and 5C. RGB value is (132,69,92). Sum of RGB (Red+Green+Blue) = 132+69+92=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84455C is #7BBAA3. Grayscale: #5A5A5A. Windows color (decimal): -8108708 or 6047108. OLE color: 6047108.
HSL color Cylindrical-coordinate representation of color #84455C: hue angle of 338.1º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84455C is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 92 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.48 |
| HSL | 338.1º | 0.31% | 0.39% | - |
| HSV(B) | 338.1º | 0.48% | 0.52% | - |
| XYZ | 13.58 | 9.93 | 11.33 | - |
| YUV | 90.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 92 | 0 | 0.48 | 0.30 | 0.48 | 338.1 | 0.31 | 0.39 |
| Hex | 84 | 45 | 5C | 0 | 30 | 1E | 30 | 152 | 1F | 27 |
| Octal | 204 | 105 | 134 | 0 | 60 | 36 | 60 | 522 | 37 | 47 |
| Binary | 10000100 | 1000101 | 1011100 | 0 | 110000 | 11110 | 110000 | 101010010 | 11111 | 100111 |
Color Harmonies of #84455C
Complementary color
Monochromatic Colors of #84455C
Black with #84455C
Text Example
Text Example
White with #84455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84455C; }
p { color: rgb(132,69,92); }
H1.HeaderClassName
{
color: #84455C;
}
.AnyTagClassName
{
color: #84455C;
}
</style>
background-color css
<style>
a { background-color: #84455C; }
a { background-color: rgb(132,69,92); }
div.DivClassName
{
background-color: #84455C;
}
.BgClassName
{
background-color: #84455C;
}
</style>
border-color css
<style>
span { border-color: #84455C; }
span { border-color: rgb(132,69,92); }
td.TdClassName
{
border-color: #84455C;
}
.TagClassName
{
border-color: #84455C;
}
</style>