Shades of Lotus #83504A
Tints of Lotus #83504A
RGB
CMYK
RGB Variations
Color information
#83504A (or 0x83504A) is known color: Lotus. HEX triplet: 83, 50 and 4A. RGB value is (131,80,74). Sum of RGB (Red+Green+Blue) = 131+80+74=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #83504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83504A is #7CAFB5. Grayscale: #5E5E5E. Windows color (decimal): -8171446 or 4870275. OLE color: 4870275.
HSL color Cylindrical-coordinate representation of color #83504A: hue angle of 6.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83504A is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 74 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.49 |
| HSL | 6.32º | 0.28% | 0.4% | - |
| HSV(B) | 6.32º | 0.44% | 0.51% | - |
| XYZ | 13.46 | 11.06 | 7.9 | - |
| YUV | 94.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 74 | 0 | 0.39 | 0.44 | 0.49 | 6.32 | 0.28 | 0.4 |
| Hex | 83 | 50 | 4A | 0 | 27 | 2C | 31 | 6 | 1C | 28 |
| Octal | 203 | 120 | 112 | 0 | 47 | 54 | 61 | 6 | 34 | 50 |
| Binary | 10000011 | 1010000 | 1001010 | 0 | 100111 | 101100 | 110001 | 110 | 11100 | 101000 |
Color Harmonies of #83504A
Complementary color
Monochromatic Colors of #83504A
Black with #83504A
Text Example
Text Example
White with #83504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83504A; }
p { color: rgb(131,80,74); }
H1.HeaderClassName
{
color: #83504A;
}
.AnyTagClassName
{
color: #83504A;
}
</style>
background-color css
<style>
a { background-color: #83504A; }
a { background-color: rgb(131,80,74); }
div.DivClassName
{
background-color: #83504A;
}
.BgClassName
{
background-color: #83504A;
}
</style>
border-color css
<style>
span { border-color: #83504A; }
span { border-color: rgb(131,80,74); }
td.TdClassName
{
border-color: #83504A;
}
.TagClassName
{
border-color: #83504A;
}
</style>