Shades of Rose Of Sharon #B54D21
Tints of Rose Of Sharon #B54D21
RGB
CMYK
RGB Variations
Color information
#B54D21 (or 0xB54D21) is known color: Rose Of Sharon. HEX triplet: B5, 4D and 21. RGB value is (181,77,33). Sum of RGB (Red+Green+Blue) = 181+77+33=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D21 is #4AB2DE. Grayscale: #676767. Windows color (decimal): -4895455 or 2182581. OLE color: 2182581.
HSL color Cylindrical-coordinate representation of color #B54D21: hue angle of 17.84º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B54D21 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 33 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.29 |
| HSL | 17.84º | 0.69% | 0.42% | - |
| HSV(B) | 17.84º | 0.82% | 0.71% | - |
| XYZ | 21.98 | 15.24 | 3.22 | - |
| YUV | 103.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 33 | 0 | 0.57 | 0.82 | 0.29 | 17.84 | 0.69 | 0.42 |
| Hex | B5 | 4D | 21 | 0 | 39 | 52 | 1D | 12 | 45 | 2A |
| Octal | 265 | 115 | 41 | 0 | 71 | 122 | 35 | 22 | 105 | 52 |
| Binary | 10110101 | 1001101 | 100001 | 0 | 111001 | 1010010 | 11101 | 10010 | 1000101 | 101010 |
Color Harmonies of #B54D21
Complementary color
Monochromatic Colors of #B54D21
Black with #B54D21
Text Example
Text Example
White with #B54D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D21; }
p { color: rgb(181,77,33); }
H1.HeaderClassName
{
color: #B54D21;
}
.AnyTagClassName
{
color: #B54D21;
}
</style>
background-color css
<style>
a { background-color: #B54D21; }
a { background-color: rgb(181,77,33); }
div.DivClassName
{
background-color: #B54D21;
}
.BgClassName
{
background-color: #B54D21;
}
</style>
border-color css
<style>
span { border-color: #B54D21; }
span { border-color: rgb(181,77,33); }
td.TdClassName
{
border-color: #B54D21;
}
.TagClassName
{
border-color: #B54D21;
}
</style>