Shades of Rose Of Sharon #B1521D
Tints of Rose Of Sharon #B1521D
RGB
CMYK
RGB Variations
Color information
#B1521D (or 0xB1521D) is known color: Rose Of Sharon. HEX triplet: B1, 52 and 1D. RGB value is (177,82,29). Sum of RGB (Red+Green+Blue) = 177+82+29=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1521D is #4EADE2. Grayscale: #686868. Windows color (decimal): -5156323 or 1921713. OLE color: 1921713.
HSL color Cylindrical-coordinate representation of color #B1521D: hue angle of 21.49º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1521D is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 29 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.31 |
| HSL | 21.49º | 0.72% | 0.4% | - |
| HSV(B) | 21.49º | 0.84% | 0.69% | - |
| XYZ | 21.37 | 15.47 | 3.02 | - |
| YUV | 104.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 29 | 0 | 0.54 | 0.84 | 0.31 | 21.49 | 0.72 | 0.4 |
| Hex | B1 | 52 | 1D | 0 | 36 | 54 | 1F | 15 | 48 | 28 |
| Octal | 261 | 122 | 35 | 0 | 66 | 124 | 37 | 25 | 110 | 50 |
| Binary | 10110001 | 1010010 | 11101 | 0 | 110110 | 1010100 | 11111 | 10101 | 1001000 | 101000 |
Color Harmonies of #B1521D
Complementary color
Monochromatic Colors of #B1521D
Black with #B1521D
Text Example
Text Example
White with #B1521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1521D; }
p { color: rgb(177,82,29); }
H1.HeaderClassName
{
color: #B1521D;
}
.AnyTagClassName
{
color: #B1521D;
}
</style>
background-color css
<style>
a { background-color: #B1521D; }
a { background-color: rgb(177,82,29); }
div.DivClassName
{
background-color: #B1521D;
}
.BgClassName
{
background-color: #B1521D;
}
</style>
border-color css
<style>
span { border-color: #B1521D; }
span { border-color: rgb(177,82,29); }
td.TdClassName
{
border-color: #B1521D;
}
.TagClassName
{
border-color: #B1521D;
}
</style>