Shades of Lotus #8F4B4B
Tints of Lotus #8F4B4B
RGB
CMYK
RGB Variations
Color information
#8F4B4B (or 0x8F4B4B) is known color: Lotus. HEX triplet: 8F, 4B and 4B. RGB value is (143,75,75). Sum of RGB (Red+Green+Blue) = 143+75+75=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4B4B is #70B4B4. Grayscale: #5F5F5F. Windows color (decimal): -7386293 or 4934543. OLE color: 4934543.
HSL color Cylindrical-coordinate representation of color #8F4B4B: hue angle of 0º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F4B4B is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 75 | 75 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.44 |
| HSL | 0º | 0.31% | 0.43% | - |
| HSV(B) | 0º | 0.48% | 0.56% | - |
| XYZ | 15.11 | 11.38 | 8.06 | - |
| YUV | 95.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 75 | 0 | 0.48 | 0.48 | 0.44 | 0 | 0.31 | 0.43 |
| Hex | 8F | 4B | 4B | 0 | 30 | 30 | 2C | 0 | 1F | 2B |
| Octal | 217 | 113 | 113 | 0 | 60 | 60 | 54 | 0 | 37 | 53 |
| Binary | 10001111 | 1001011 | 1001011 | 0 | 110000 | 110000 | 101100 | 0 | 11111 | 101011 |
Color Harmonies of #8F4B4B
Complementary color
Monochromatic Colors of #8F4B4B
Black with #8F4B4B
Text Example
Text Example
White with #8F4B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4B4B; }
p { color: rgb(143,75,75); }
H1.HeaderClassName
{
color: #8F4B4B;
}
.AnyTagClassName
{
color: #8F4B4B;
}
</style>
background-color css
<style>
a { background-color: #8F4B4B; }
a { background-color: rgb(143,75,75); }
div.DivClassName
{
background-color: #8F4B4B;
}
.BgClassName
{
background-color: #8F4B4B;
}
</style>
border-color css
<style>
span { border-color: #8F4B4B; }
span { border-color: rgb(143,75,75); }
td.TdClassName
{
border-color: #8F4B4B;
}
.TagClassName
{
border-color: #8F4B4B;
}
</style>