Shades of Lotus #914C4B
Tints of Lotus #914C4B
RGB
CMYK
RGB Variations
Color information
#914C4B (or 0x914C4B) is known color: Lotus. HEX triplet: 91, 4C and 4B. RGB value is (145,76,75). Sum of RGB (Red+Green+Blue) = 145+76+75=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #914C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914C4B is #6EB3B4. Grayscale: #606060. Windows color (decimal): -7254965 or 4934801. OLE color: 4934801.
HSL color Cylindrical-coordinate representation of color #914C4B: hue angle of 0.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914C4B is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 75 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.43 |
| HSL | 0.86º | 0.32% | 0.43% | - |
| HSV(B) | 0.86º | 0.48% | 0.57% | - |
| XYZ | 15.53 | 11.7 | 8.1 | - |
| YUV | 96.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 75 | 0 | 0.48 | 0.48 | 0.43 | 0.86 | 0.32 | 0.43 |
| Hex | 91 | 4C | 4B | 0 | 30 | 30 | 2B | 1 | 20 | 2B |
| Octal | 221 | 114 | 113 | 0 | 60 | 60 | 53 | 1 | 40 | 53 |
| Binary | 10010001 | 1001100 | 1001011 | 0 | 110000 | 110000 | 101011 | 1 | 100000 | 101011 |
Color Harmonies of #914C4B
Complementary color
Monochromatic Colors of #914C4B
Black with #914C4B
Text Example
Text Example
White with #914C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C4B; }
p { color: rgb(145,76,75); }
H1.HeaderClassName
{
color: #914C4B;
}
.AnyTagClassName
{
color: #914C4B;
}
</style>
background-color css
<style>
a { background-color: #914C4B; }
a { background-color: rgb(145,76,75); }
div.DivClassName
{
background-color: #914C4B;
}
.BgClassName
{
background-color: #914C4B;
}
</style>
border-color css
<style>
span { border-color: #914C4B; }
span { border-color: rgb(145,76,75); }
td.TdClassName
{
border-color: #914C4B;
}
.TagClassName
{
border-color: #914C4B;
}
</style>