Shades of Cosmic #84426F
Tints of Cosmic #84426F
RGB
CMYK
RGB Variations
Color information
#84426F (or 0x84426F) is known color: Cosmic. HEX triplet: 84, 42 and 6F. RGB value is (132,66,111). Sum of RGB (Red+Green+Blue) = 132+66+111=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84426F is #7BBD90. Grayscale: #5A5A5A. Windows color (decimal): -8109457 or 7291524. OLE color: 7291524.
HSL color Cylindrical-coordinate representation of color #84426F: hue angle of 319.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84426F is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 66 | 111 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.48 |
| HSL | 319.09º | 0.33% | 0.39% | - |
| HSV(B) | 319.09º | 0.5% | 0.52% | - |
| XYZ | 14.33 | 9.95 | 16.2 | - |
| YUV | 90.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 111 | 0 | 0.5 | 0.16 | 0.48 | 319.09 | 0.33 | 0.39 |
| Hex | 84 | 42 | 6F | 0 | 32 | 10 | 30 | 13F | 21 | 27 |
| Octal | 204 | 102 | 157 | 0 | 62 | 20 | 60 | 477 | 41 | 47 |
| Binary | 10000100 | 1000010 | 1101111 | 0 | 110010 | 10000 | 110000 | 100111111 | 100001 | 100111 |
Color Harmonies of #84426F
Complementary color
Monochromatic Colors of #84426F
Black with #84426F
Text Example
Text Example
White with #84426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84426F; }
p { color: rgb(132,66,111); }
H1.HeaderClassName
{
color: #84426F;
}
.AnyTagClassName
{
color: #84426F;
}
</style>
background-color css
<style>
a { background-color: #84426F; }
a { background-color: rgb(132,66,111); }
div.DivClassName
{
background-color: #84426F;
}
.BgClassName
{
background-color: #84426F;
}
</style>
border-color css
<style>
span { border-color: #84426F; }
span { border-color: rgb(132,66,111); }
td.TdClassName
{
border-color: #84426F;
}
.TagClassName
{
border-color: #84426F;
}
</style>