Shades of Cosmic #84465A
Tints of Cosmic #84465A
RGB
CMYK
RGB Variations
Color information
#84465A (or 0x84465A) is known color: Cosmic. HEX triplet: 84, 46 and 5A. RGB value is (132,70,90). Sum of RGB (Red+Green+Blue) = 132+70+90=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84465A is #7BB9A5. Grayscale: #5A5A5A. Windows color (decimal): -8108454 or 5916292. OLE color: 5916292.
HSL color Cylindrical-coordinate representation of color #84465A: hue angle of 340.65º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84465A is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 90 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.48 |
| HSL | 340.65º | 0.31% | 0.4% | - |
| HSV(B) | 340.65º | 0.47% | 0.52% | - |
| XYZ | 13.55 | 10.02 | 10.89 | - |
| YUV | 90.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 90 | 0 | 0.47 | 0.32 | 0.48 | 340.65 | 0.31 | 0.4 |
| Hex | 84 | 46 | 5A | 0 | 2F | 20 | 30 | 155 | 1F | 28 |
| Octal | 204 | 106 | 132 | 0 | 57 | 40 | 60 | 525 | 37 | 50 |
| Binary | 10000100 | 1000110 | 1011010 | 0 | 101111 | 100000 | 110000 | 101010101 | 11111 | 101000 |
Color Harmonies of #84465A
Complementary color
Monochromatic Colors of #84465A
Black with #84465A
Text Example
Text Example
White with #84465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84465A; }
p { color: rgb(132,70,90); }
H1.HeaderClassName
{
color: #84465A;
}
.AnyTagClassName
{
color: #84465A;
}
</style>
background-color css
<style>
a { background-color: #84465A; }
a { background-color: rgb(132,70,90); }
div.DivClassName
{
background-color: #84465A;
}
.BgClassName
{
background-color: #84465A;
}
</style>
border-color css
<style>
span { border-color: #84465A; }
span { border-color: rgb(132,70,90); }
td.TdClassName
{
border-color: #84465A;
}
.TagClassName
{
border-color: #84465A;
}
</style>