Shades of Rose Of Sharon #B15121
Tints of Rose Of Sharon #B15121
RGB
CMYK
RGB Variations
Color information
#B15121 (or 0xB15121) is known color: Rose Of Sharon. HEX triplet: B1, 51 and 21. RGB value is (177,81,33). Sum of RGB (Red+Green+Blue) = 177+81+33=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B15121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15121 is #4EAEDE. Grayscale: #686868. Windows color (decimal): -5156575 or 2183601. OLE color: 2183601.
HSL color Cylindrical-coordinate representation of color #B15121: hue angle of 20º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B15121 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 33 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.31 |
| HSL | 20º | 0.69% | 0.41% | - |
| HSV(B) | 20º | 0.81% | 0.69% | - |
| XYZ | 21.35 | 15.34 | 3.27 | - |
| YUV | 104.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 33 | 0 | 0.54 | 0.81 | 0.31 | 20 | 0.69 | 0.41 |
| Hex | B1 | 51 | 21 | 0 | 36 | 51 | 1F | 14 | 45 | 29 |
| Octal | 261 | 121 | 41 | 0 | 66 | 121 | 37 | 24 | 105 | 51 |
| Binary | 10110001 | 1010001 | 100001 | 0 | 110110 | 1010001 | 11111 | 10100 | 1000101 | 101001 |
Color Harmonies of #B15121
Complementary color
Monochromatic Colors of #B15121
Black with #B15121
Text Example
Text Example
White with #B15121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15121; }
p { color: rgb(177,81,33); }
H1.HeaderClassName
{
color: #B15121;
}
.AnyTagClassName
{
color: #B15121;
}
</style>
background-color css
<style>
a { background-color: #B15121; }
a { background-color: rgb(177,81,33); }
div.DivClassName
{
background-color: #B15121;
}
.BgClassName
{
background-color: #B15121;
}
</style>
border-color css
<style>
span { border-color: #B15121; }
span { border-color: rgb(177,81,33); }
td.TdClassName
{
border-color: #B15121;
}
.TagClassName
{
border-color: #B15121;
}
</style>