Shades of Lotus #834F4F
Tints of Lotus #834F4F
RGB
CMYK
RGB Variations
Color information
#834F4F (or 0x834F4F) is known color: Lotus. HEX triplet: 83, 4F and 4F. RGB value is (131,79,79). Sum of RGB (Red+Green+Blue) = 131+79+79=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #834F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F4F is #7CB0B0. Grayscale: #5E5E5E. Windows color (decimal): -8171697 or 5197699. OLE color: 5197699.
HSL color Cylindrical-coordinate representation of color #834F4F: hue angle of 0º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834F4F is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 79 | 79 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.49 |
| HSL | 0º | 0.25% | 0.41% | - |
| HSV(B) | 0º | 0.4% | 0.51% | - |
| XYZ | 13.57 | 10.98 | 8.8 | - |
| YUV | 94.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 79 | 0 | 0.40 | 0.40 | 0.49 | 0 | 0.25 | 0.41 |
| Hex | 83 | 4F | 4F | 0 | 28 | 28 | 31 | 0 | 19 | 29 |
| Octal | 203 | 117 | 117 | 0 | 50 | 50 | 61 | 0 | 31 | 51 |
| Binary | 10000011 | 1001111 | 1001111 | 0 | 101000 | 101000 | 110001 | 0 | 11001 | 101001 |
Color Harmonies of #834F4F
Complementary color
Monochromatic Colors of #834F4F
Black with #834F4F
Text Example
Text Example
White with #834F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F4F; }
p { color: rgb(131,79,79); }
H1.HeaderClassName
{
color: #834F4F;
}
.AnyTagClassName
{
color: #834F4F;
}
</style>
background-color css
<style>
a { background-color: #834F4F; }
a { background-color: rgb(131,79,79); }
div.DivClassName
{
background-color: #834F4F;
}
.BgClassName
{
background-color: #834F4F;
}
</style>
border-color css
<style>
span { border-color: #834F4F; }
span { border-color: rgb(131,79,79); }
td.TdClassName
{
border-color: #834F4F;
}
.TagClassName
{
border-color: #834F4F;
}
</style>