Shades of Cosmic #84396B
Tints of Cosmic #84396B
RGB
CMYK
RGB Variations
Color information
#84396B (or 0x84396B) is known color: Cosmic. HEX triplet: 84, 39 and 6B. RGB value is (132,57,107). Sum of RGB (Red+Green+Blue) = 132+57+107=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84396B is #7BC694. Grayscale: #545454. Windows color (decimal): -8111765 or 7027076. OLE color: 7027076.
HSL color Cylindrical-coordinate representation of color #84396B: hue angle of 320º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84396B is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 107 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.48 |
| HSL | 320º | 0.4% | 0.37% | - |
| HSV(B) | 320º | 0.57% | 0.52% | - |
| XYZ | 13.63 | 8.89 | 14.91 | - |
| YUV | 85.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 107 | 0 | 0.57 | 0.19 | 0.48 | 320 | 0.4 | 0.37 |
| Hex | 84 | 39 | 6B | 0 | 39 | 13 | 30 | 140 | 28 | 25 |
| Octal | 204 | 71 | 153 | 0 | 71 | 23 | 60 | 500 | 50 | 45 |
| Binary | 10000100 | 111001 | 1101011 | 0 | 111001 | 10011 | 110000 | 101000000 | 101000 | 100101 |
Color Harmonies of #84396B
Complementary color
Monochromatic Colors of #84396B
Black with #84396B
Text Example
Text Example
White with #84396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84396B; }
p { color: rgb(132,57,107); }
H1.HeaderClassName
{
color: #84396B;
}
.AnyTagClassName
{
color: #84396B;
}
</style>
background-color css
<style>
a { background-color: #84396B; }
a { background-color: rgb(132,57,107); }
div.DivClassName
{
background-color: #84396B;
}
.BgClassName
{
background-color: #84396B;
}
</style>
border-color css
<style>
span { border-color: #84396B; }
span { border-color: rgb(132,57,107); }
td.TdClassName
{
border-color: #84396B;
}
.TagClassName
{
border-color: #84396B;
}
</style>