Shades of Cosmic #84425D
Tints of Cosmic #84425D
RGB
CMYK
RGB Variations
Color information
#84425D (or 0x84425D) is known color: Cosmic. HEX triplet: 84, 42 and 5D. RGB value is (132,66,93). Sum of RGB (Red+Green+Blue) = 132+66+93=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84425D is #7BBDA2. Grayscale: #585858. Windows color (decimal): -8109475 or 6111876. OLE color: 6111876.
HSL color Cylindrical-coordinate representation of color #84425D: hue angle of 335.45º 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 #84425D is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 66 | 93 | - |
| CMYK | 0 | 0.5 | 0.30 | 0.48 |
| HSL | 335.45º | 0.33% | 0.39% | - |
| HSV(B) | 335.45º | 0.5% | 0.52% | - |
| XYZ | 13.44 | 9.59 | 11.5 | - |
| YUV | 88.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 93 | 0 | 0.5 | 0.30 | 0.48 | 335.45 | 0.33 | 0.39 |
| Hex | 84 | 42 | 5D | 0 | 32 | 1E | 30 | 14F | 21 | 27 |
| Octal | 204 | 102 | 135 | 0 | 62 | 36 | 60 | 517 | 41 | 47 |
| Binary | 10000100 | 1000010 | 1011101 | 0 | 110010 | 11110 | 110000 | 101001111 | 100001 | 100111 |
Color Harmonies of #84425D
Complementary color
Monochromatic Colors of #84425D
Black with #84425D
Text Example
Text Example
White with #84425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84425D; }
p { color: rgb(132,66,93); }
H1.HeaderClassName
{
color: #84425D;
}
.AnyTagClassName
{
color: #84425D;
}
</style>
background-color css
<style>
a { background-color: #84425D; }
a { background-color: rgb(132,66,93); }
div.DivClassName
{
background-color: #84425D;
}
.BgClassName
{
background-color: #84425D;
}
</style>
border-color css
<style>
span { border-color: #84425D; }
span { border-color: rgb(132,66,93); }
td.TdClassName
{
border-color: #84425D;
}
.TagClassName
{
border-color: #84425D;
}
</style>