Shades of Lotus #83534D
Tints of Lotus #83534D
RGB
CMYK
RGB Variations
Color information
#83534D (or 0x83534D) is known color: Lotus. HEX triplet: 83, 53 and 4D. RGB value is (131,83,77). Sum of RGB (Red+Green+Blue) = 131+83+77=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83534D is #7CACB2. Grayscale: #606060. Windows color (decimal): -8170675 or 5067651. OLE color: 5067651.
HSL color Cylindrical-coordinate representation of color #83534D: hue angle of 6.67º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83534D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 77 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.49 |
| HSL | 6.67º | 0.26% | 0.41% | - |
| HSV(B) | 6.67º | 0.41% | 0.51% | - |
| XYZ | 13.79 | 11.55 | 8.52 | - |
| YUV | 96.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 77 | 0 | 0.37 | 0.41 | 0.49 | 6.67 | 0.26 | 0.41 |
| Hex | 83 | 53 | 4D | 0 | 25 | 29 | 31 | 7 | 1A | 29 |
| Octal | 203 | 123 | 115 | 0 | 45 | 51 | 61 | 7 | 32 | 51 |
| Binary | 10000011 | 1010011 | 1001101 | 0 | 100101 | 101001 | 110001 | 111 | 11010 | 101001 |
Color Harmonies of #83534D
Complementary color
Monochromatic Colors of #83534D
Black with #83534D
Text Example
Text Example
White with #83534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83534D; }
p { color: rgb(131,83,77); }
H1.HeaderClassName
{
color: #83534D;
}
.AnyTagClassName
{
color: #83534D;
}
</style>
background-color css
<style>
a { background-color: #83534D; }
a { background-color: rgb(131,83,77); }
div.DivClassName
{
background-color: #83534D;
}
.BgClassName
{
background-color: #83534D;
}
</style>
border-color css
<style>
span { border-color: #83534D; }
span { border-color: rgb(131,83,77); }
td.TdClassName
{
border-color: #83534D;
}
.TagClassName
{
border-color: #83534D;
}
</style>