Shades of Rose Taupe #8B5F5D
Tints of Rose Taupe #8B5F5D
RGB
CMYK
RGB Variations
Color information
#8B5F5D (or 0x8B5F5D) is known color: Rose Taupe. HEX triplet: 8B, 5F and 5D. RGB value is (139,95,93). Sum of RGB (Red+Green+Blue) = 139+95+93=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5F5D is #74A0A2. Grayscale: #6B6B6B. Windows color (decimal): -7643299 or 6119307. OLE color: 6119307.
HSL color Cylindrical-coordinate representation of color #8B5F5D: hue angle of 2.61º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B5F5D is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 95 | 93 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.45 |
| HSL | 2.61º | 0.2% | 0.45% | - |
| HSV(B) | 2.61º | 0.33% | 0.55% | - |
| XYZ | 16.72 | 14.46 | 12.27 | - |
| YUV | 107.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 93 | 0 | 0.32 | 0.33 | 0.45 | 2.61 | 0.2 | 0.45 |
| Hex | 8B | 5F | 5D | 0 | 20 | 21 | 2D | 3 | 14 | 2D |
| Octal | 213 | 137 | 135 | 0 | 40 | 41 | 55 | 3 | 24 | 55 |
| Binary | 10001011 | 1011111 | 1011101 | 0 | 100000 | 100001 | 101101 | 11 | 10100 | 101101 |
Color Harmonies of #8B5F5D
Complementary color
Monochromatic Colors of #8B5F5D
Black with #8B5F5D
Text Example
Text Example
White with #8B5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5F5D; }
p { color: rgb(139,95,93); }
H1.HeaderClassName
{
color: #8B5F5D;
}
.AnyTagClassName
{
color: #8B5F5D;
}
</style>
background-color css
<style>
a { background-color: #8B5F5D; }
a { background-color: rgb(139,95,93); }
div.DivClassName
{
background-color: #8B5F5D;
}
.BgClassName
{
background-color: #8B5F5D;
}
</style>
border-color css
<style>
span { border-color: #8B5F5D; }
span { border-color: rgb(139,95,93); }
td.TdClassName
{
border-color: #8B5F5D;
}
.TagClassName
{
border-color: #8B5F5D;
}
</style>