Shades of Cosmic #844B65
Tints of Cosmic #844B65
RGB
CMYK
RGB Variations
Color information
#844B65 (or 0x844B65) is known color: Cosmic. HEX triplet: 84, 4B and 65. RGB value is (132,75,101). Sum of RGB (Red+Green+Blue) = 132+75+101=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #844B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B65 is #7BB49A. Grayscale: #5E5E5E. Windows color (decimal): -8107163 or 6638468. OLE color: 6638468.
HSL color Cylindrical-coordinate representation of color #844B65: hue angle of 332.63º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B65 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 75 | 101 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.48 |
| HSL | 332.63º | 0.28% | 0.41% | - |
| HSV(B) | 332.63º | 0.43% | 0.52% | - |
| XYZ | 14.38 | 10.88 | 13.65 | - |
| YUV | 95.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 101 | 0 | 0.43 | 0.23 | 0.48 | 332.63 | 0.28 | 0.41 |
| Hex | 84 | 4B | 65 | 0 | 2B | 17 | 30 | 14D | 1C | 29 |
| Octal | 204 | 113 | 145 | 0 | 53 | 27 | 60 | 515 | 34 | 51 |
| Binary | 10000100 | 1001011 | 1100101 | 0 | 101011 | 10111 | 110000 | 101001101 | 11100 | 101001 |
Color Harmonies of #844B65
Complementary color
Monochromatic Colors of #844B65
Black with #844B65
Text Example
Text Example
White with #844B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B65; }
p { color: rgb(132,75,101); }
H1.HeaderClassName
{
color: #844B65;
}
.AnyTagClassName
{
color: #844B65;
}
</style>
background-color css
<style>
a { background-color: #844B65; }
a { background-color: rgb(132,75,101); }
div.DivClassName
{
background-color: #844B65;
}
.BgClassName
{
background-color: #844B65;
}
</style>
border-color css
<style>
span { border-color: #844B65; }
span { border-color: rgb(132,75,101); }
td.TdClassName
{
border-color: #844B65;
}
.TagClassName
{
border-color: #844B65;
}
</style>