Shades of Rose Of Sharon #B54828
Tints of Rose Of Sharon #B54828
RGB
CMYK
RGB Variations
Color information
#B54828 (or 0xB54828) is known color: Rose Of Sharon. HEX triplet: B5, 48 and 28. RGB value is (181,72,40). Sum of RGB (Red+Green+Blue) = 181+72+40=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B54828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54828 is #4AB7D7. Grayscale: #656565. Windows color (decimal): -4896728 or 2640053. OLE color: 2640053.
HSL color Cylindrical-coordinate representation of color #B54828: hue angle of 13.62º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B54828 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 40 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.29 |
| HSL | 13.62º | 0.64% | 0.43% | - |
| HSV(B) | 13.62º | 0.78% | 0.71% | - |
| XYZ | 21.76 | 14.61 | 3.68 | - |
| YUV | 100.94 | 93.61 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 40 | 0 | 0.60 | 0.78 | 0.29 | 13.62 | 0.64 | 0.43 |
| Hex | B5 | 48 | 28 | 0 | 3C | 4E | 1D | E | 40 | 2B |
| Octal | 265 | 110 | 50 | 0 | 74 | 116 | 35 | 16 | 100 | 53 |
| Binary | 10110101 | 1001000 | 101000 | 0 | 111100 | 1001110 | 11101 | 1110 | 1000000 | 101011 |
Color Harmonies of #B54828
Complementary color
Monochromatic Colors of #B54828
Black with #B54828
Text Example
Text Example
White with #B54828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54828; }
p { color: rgb(181,72,40); }
H1.HeaderClassName
{
color: #B54828;
}
.AnyTagClassName
{
color: #B54828;
}
</style>
background-color css
<style>
a { background-color: #B54828; }
a { background-color: rgb(181,72,40); }
div.DivClassName
{
background-color: #B54828;
}
.BgClassName
{
background-color: #B54828;
}
</style>
border-color css
<style>
span { border-color: #B54828; }
span { border-color: rgb(181,72,40); }
td.TdClassName
{
border-color: #B54828;
}
.TagClassName
{
border-color: #B54828;
}
</style>