Shades of Rose Of Sharon #B54821
Tints of Rose Of Sharon #B54821
RGB
CMYK
RGB Variations
Color information
#B54821 (or 0xB54821) is known color: Rose Of Sharon. HEX triplet: B5, 48 and 21. RGB value is (181,72,33). Sum of RGB (Red+Green+Blue) = 181+72+33=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B54821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54821 is #4AB7DE. Grayscale: #646464. Windows color (decimal): -4896735 or 2181301. OLE color: 2181301.
HSL color Cylindrical-coordinate representation of color #B54821: hue angle of 15.81º 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 #B54821 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 33 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.29 |
| HSL | 15.81º | 0.69% | 0.42% | - |
| HSV(B) | 15.81º | 0.82% | 0.71% | - |
| XYZ | 21.65 | 14.57 | 3.11 | - |
| YUV | 100.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 33 | 0 | 0.60 | 0.82 | 0.29 | 15.81 | 0.69 | 0.42 |
| Hex | B5 | 48 | 21 | 0 | 3C | 52 | 1D | 10 | 45 | 2A |
| Octal | 265 | 110 | 41 | 0 | 74 | 122 | 35 | 20 | 105 | 52 |
| Binary | 10110101 | 1001000 | 100001 | 0 | 111100 | 1010010 | 11101 | 10000 | 1000101 | 101010 |
Color Harmonies of #B54821
Complementary color
Monochromatic Colors of #B54821
Black with #B54821
Text Example
Text Example
White with #B54821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54821; }
p { color: rgb(181,72,33); }
H1.HeaderClassName
{
color: #B54821;
}
.AnyTagClassName
{
color: #B54821;
}
</style>
background-color css
<style>
a { background-color: #B54821; }
a { background-color: rgb(181,72,33); }
div.DivClassName
{
background-color: #B54821;
}
.BgClassName
{
background-color: #B54821;
}
</style>
border-color css
<style>
span { border-color: #B54821; }
span { border-color: rgb(181,72,33); }
td.TdClassName
{
border-color: #B54821;
}
.TagClassName
{
border-color: #B54821;
}
</style>