Shades of Cosmic #84476F
Tints of Cosmic #84476F
RGB
CMYK
RGB Variations
Color information
#84476F (or 0x84476F) is known color: Cosmic. HEX triplet: 84, 47 and 6F. RGB value is (132,71,111). Sum of RGB (Red+Green+Blue) = 132+71+111=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #84476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84476F is #7BB890. Grayscale: #5D5D5D. Windows color (decimal): -8108177 or 7292804. OLE color: 7292804.
HSL color Cylindrical-coordinate representation of color #84476F: hue angle of 320.66º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84476F is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 111 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.48 |
| HSL | 320.66º | 0.3% | 0.4% | - |
| HSV(B) | 320.66º | 0.46% | 0.52% | - |
| XYZ | 14.64 | 10.56 | 16.31 | - |
| YUV | 93.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 111 | 0 | 0.46 | 0.16 | 0.48 | 320.66 | 0.3 | 0.4 |
| Hex | 84 | 47 | 6F | 0 | 2E | 10 | 30 | 141 | 1E | 28 |
| Octal | 204 | 107 | 157 | 0 | 56 | 20 | 60 | 501 | 36 | 50 |
| Binary | 10000100 | 1000111 | 1101111 | 0 | 101110 | 10000 | 110000 | 101000001 | 11110 | 101000 |
Color Harmonies of #84476F
Complementary color
Monochromatic Colors of #84476F
Black with #84476F
Text Example
Text Example
White with #84476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84476F; }
p { color: rgb(132,71,111); }
H1.HeaderClassName
{
color: #84476F;
}
.AnyTagClassName
{
color: #84476F;
}
</style>
background-color css
<style>
a { background-color: #84476F; }
a { background-color: rgb(132,71,111); }
div.DivClassName
{
background-color: #84476F;
}
.BgClassName
{
background-color: #84476F;
}
</style>
border-color css
<style>
span { border-color: #84476F; }
span { border-color: rgb(132,71,111); }
td.TdClassName
{
border-color: #84476F;
}
.TagClassName
{
border-color: #84476F;
}
</style>