Shades of Lotus #834A4A
Tints of Lotus #834A4A
RGB
CMYK
RGB Variations
Color information
#834A4A (or 0x834A4A) is known color: Lotus. HEX triplet: 83, 4A and 4A. RGB value is (131,74,74). Sum of RGB (Red+Green+Blue) = 131+74+74=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #834A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A4A is #7CB5B5. Grayscale: #5B5B5B. Windows color (decimal): -8172982 or 4868739. OLE color: 4868739.
HSL color Cylindrical-coordinate representation of color #834A4A: hue angle of 0º 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 #834A4A is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 74 | 74 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.49 |
| HSL | 0º | 0.28% | 0.4% | - |
| HSV(B) | 0º | 0.44% | 0.51% | - |
| XYZ | 13.04 | 10.22 | 7.76 | - |
| YUV | 91.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 74 | 0 | 0.44 | 0.44 | 0.49 | 0 | 0.28 | 0.4 |
| Hex | 83 | 4A | 4A | 0 | 2C | 2C | 31 | 0 | 1C | 28 |
| Octal | 203 | 112 | 112 | 0 | 54 | 54 | 61 | 0 | 34 | 50 |
| Binary | 10000011 | 1001010 | 1001010 | 0 | 101100 | 101100 | 110001 | 0 | 11100 | 101000 |
Color Harmonies of #834A4A
Complementary color
Monochromatic Colors of #834A4A
Black with #834A4A
Text Example
Text Example
White with #834A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A4A; }
p { color: rgb(131,74,74); }
H1.HeaderClassName
{
color: #834A4A;
}
.AnyTagClassName
{
color: #834A4A;
}
</style>
background-color css
<style>
a { background-color: #834A4A; }
a { background-color: rgb(131,74,74); }
div.DivClassName
{
background-color: #834A4A;
}
.BgClassName
{
background-color: #834A4A;
}
</style>
border-color css
<style>
span { border-color: #834A4A; }
span { border-color: rgb(131,74,74); }
td.TdClassName
{
border-color: #834A4A;
}
.TagClassName
{
border-color: #834A4A;
}
</style>