Shades of Lotus #824B4A
Tints of Lotus #824B4A
RGB
CMYK
RGB Variations
Color information
#824B4A (or 0x824B4A) is known color: Lotus. HEX triplet: 82, 4B and 4A. RGB value is (130,75,74). Sum of RGB (Red+Green+Blue) = 130+75+74=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #824B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B4A is #7DB4B5. Grayscale: #5B5B5B. Windows color (decimal): -8238262 or 4868994. OLE color: 4868994.
HSL color Cylindrical-coordinate representation of color #824B4A: hue angle of 1.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #824B4A is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 74 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.49 |
| HSL | 1.07º | 0.27% | 0.4% | - |
| HSV(B) | 1.07º | 0.43% | 0.51% | - |
| XYZ | 12.96 | 10.27 | 7.78 | - |
| YUV | 91.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 74 | 0 | 0.42 | 0.43 | 0.49 | 1.07 | 0.27 | 0.4 |
| Hex | 82 | 4B | 4A | 0 | 2A | 2B | 31 | 1 | 1B | 28 |
| Octal | 202 | 113 | 112 | 0 | 52 | 53 | 61 | 1 | 33 | 50 |
| Binary | 10000010 | 1001011 | 1001010 | 0 | 101010 | 101011 | 110001 | 1 | 11011 | 101000 |
Color Harmonies of #824B4A
Complementary color
Monochromatic Colors of #824B4A
Black with #824B4A
Text Example
Text Example
White with #824B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B4A; }
p { color: rgb(130,75,74); }
H1.HeaderClassName
{
color: #824B4A;
}
.AnyTagClassName
{
color: #824B4A;
}
</style>
background-color css
<style>
a { background-color: #824B4A; }
a { background-color: rgb(130,75,74); }
div.DivClassName
{
background-color: #824B4A;
}
.BgClassName
{
background-color: #824B4A;
}
</style>
border-color css
<style>
span { border-color: #824B4A; }
span { border-color: rgb(130,75,74); }
td.TdClassName
{
border-color: #824B4A;
}
.TagClassName
{
border-color: #824B4A;
}
</style>