Shades of Lotus #835250
Tints of Lotus #835250
RGB
CMYK
RGB Variations
Color information
#835250 (or 0x835250) is known color: Lotus. HEX triplet: 83, 52 and 50. RGB value is (131,82,80). Sum of RGB (Red+Green+Blue) = 131+82+80=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #835250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835250 is #7CADAF. Grayscale: #606060. Windows color (decimal): -8170928 or 5264003. OLE color: 5264003.
HSL color Cylindrical-coordinate representation of color #835250: hue angle of 2.35º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835250 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 80 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.49 |
| HSL | 2.35º | 0.24% | 0.41% | - |
| HSV(B) | 2.35º | 0.39% | 0.51% | - |
| XYZ | 13.83 | 11.44 | 9.07 | - |
| YUV | 96.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 80 | 0 | 0.37 | 0.39 | 0.49 | 2.35 | 0.24 | 0.41 |
| Hex | 83 | 52 | 50 | 0 | 25 | 27 | 31 | 2 | 18 | 29 |
| Octal | 203 | 122 | 120 | 0 | 45 | 47 | 61 | 2 | 30 | 51 |
| Binary | 10000011 | 1010010 | 1010000 | 0 | 100101 | 100111 | 110001 | 10 | 11000 | 101001 |
Color Harmonies of #835250
Complementary color
Monochromatic Colors of #835250
Black with #835250
Text Example
Text Example
White with #835250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835250; }
p { color: rgb(131,82,80); }
H1.HeaderClassName
{
color: #835250;
}
.AnyTagClassName
{
color: #835250;
}
</style>
background-color css
<style>
a { background-color: #835250; }
a { background-color: rgb(131,82,80); }
div.DivClassName
{
background-color: #835250;
}
.BgClassName
{
background-color: #835250;
}
</style>
border-color css
<style>
span { border-color: #835250; }
span { border-color: rgb(131,82,80); }
td.TdClassName
{
border-color: #835250;
}
.TagClassName
{
border-color: #835250;
}
</style>