Shades of Lotus #844545
Tints of Lotus #844545
RGB
CMYK
RGB Variations
Color information
#844545 (or 0x844545) is known color: Lotus. HEX triplet: 84, 45 and 45. RGB value is (132,69,69). Sum of RGB (Red+Green+Blue) = 132+69+69=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #844545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844545 is #7BBABA. Grayscale: #575757. Windows color (decimal): -8108731 or 4539780. OLE color: 4539780.
HSL color Cylindrical-coordinate representation of color #844545: hue angle of 0º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844545 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 69 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.48 |
| HSL | 0º | 0.31% | 0.39% | - |
| HSV(B) | 0º | 0.48% | 0.52% | - |
| XYZ | 12.72 | 9.59 | 6.81 | - |
| YUV | 87.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 69 | 0 | 0.48 | 0.48 | 0.48 | 0 | 0.31 | 0.39 |
| Hex | 84 | 45 | 45 | 0 | 30 | 30 | 30 | 0 | 1F | 27 |
| Octal | 204 | 105 | 105 | 0 | 60 | 60 | 60 | 0 | 37 | 47 |
| Binary | 10000100 | 1000101 | 1000101 | 0 | 110000 | 110000 | 110000 | 0 | 11111 | 100111 |
Color Harmonies of #844545
Complementary color
Monochromatic Colors of #844545
Black with #844545
Text Example
Text Example
White with #844545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844545; }
p { color: rgb(132,69,69); }
H1.HeaderClassName
{
color: #844545;
}
.AnyTagClassName
{
color: #844545;
}
</style>
background-color css
<style>
a { background-color: #844545; }
a { background-color: rgb(132,69,69); }
div.DivClassName
{
background-color: #844545;
}
.BgClassName
{
background-color: #844545;
}
</style>
border-color css
<style>
span { border-color: #844545; }
span { border-color: rgb(132,69,69); }
td.TdClassName
{
border-color: #844545;
}
.TagClassName
{
border-color: #844545;
}
</style>