Shades of Cosmic #84435F
Tints of Cosmic #84435F
RGB
CMYK
RGB Variations
Color information
#84435F (or 0x84435F) is known color: Cosmic. HEX triplet: 84, 43 and 5F. RGB value is (132,67,95). Sum of RGB (Red+Green+Blue) = 132+67+95=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84435F is #7BBCA0. Grayscale: #595959. Windows color (decimal): -8109217 or 6243204. OLE color: 6243204.
HSL color Cylindrical-coordinate representation of color #84435F: hue angle of 334.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84435F is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 95 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.48 |
| HSL | 334.15º | 0.33% | 0.39% | - |
| HSV(B) | 334.15º | 0.49% | 0.52% | - |
| XYZ | 13.59 | 9.75 | 11.99 | - |
| YUV | 89.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 95 | 0 | 0.49 | 0.28 | 0.48 | 334.15 | 0.33 | 0.39 |
| Hex | 84 | 43 | 5F | 0 | 31 | 1C | 30 | 14E | 21 | 27 |
| Octal | 204 | 103 | 137 | 0 | 61 | 34 | 60 | 516 | 41 | 47 |
| Binary | 10000100 | 1000011 | 1011111 | 0 | 110001 | 11100 | 110000 | 101001110 | 100001 | 100111 |
Color Harmonies of #84435F
Complementary color
Monochromatic Colors of #84435F
Black with #84435F
Text Example
Text Example
White with #84435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84435F; }
p { color: rgb(132,67,95); }
H1.HeaderClassName
{
color: #84435F;
}
.AnyTagClassName
{
color: #84435F;
}
</style>
background-color css
<style>
a { background-color: #84435F; }
a { background-color: rgb(132,67,95); }
div.DivClassName
{
background-color: #84435F;
}
.BgClassName
{
background-color: #84435F;
}
</style>
border-color css
<style>
span { border-color: #84435F; }
span { border-color: rgb(132,67,95); }
td.TdClassName
{
border-color: #84435F;
}
.TagClassName
{
border-color: #84435F;
}
</style>