Shades of Rose Of Sharon #B55021
Tints of Rose Of Sharon #B55021
RGB
CMYK
RGB Variations
Color information
#B55021 (or 0xB55021) is known color: Rose Of Sharon. HEX triplet: B5, 50 and 21. RGB value is (181,80,33). Sum of RGB (Red+Green+Blue) = 181+80+33=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B55021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55021 is #4AAFDE. Grayscale: #696969. Windows color (decimal): -4894687 or 2183349. OLE color: 2183349.
HSL color Cylindrical-coordinate representation of color #B55021: hue angle of 19.05º 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 #B55021 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 33 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.29 |
| HSL | 19.05º | 0.69% | 0.42% | - |
| HSV(B) | 19.05º | 0.82% | 0.71% | - |
| XYZ | 22.2 | 15.67 | 3.29 | - |
| YUV | 104.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 33 | 0 | 0.56 | 0.82 | 0.29 | 19.05 | 0.69 | 0.42 |
| Hex | B5 | 50 | 21 | 0 | 38 | 52 | 1D | 13 | 45 | 2A |
| Octal | 265 | 120 | 41 | 0 | 70 | 122 | 35 | 23 | 105 | 52 |
| Binary | 10110101 | 1010000 | 100001 | 0 | 111000 | 1010010 | 11101 | 10011 | 1000101 | 101010 |
Color Harmonies of #B55021
Complementary color
Monochromatic Colors of #B55021
Black with #B55021
Text Example
Text Example
White with #B55021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55021; }
p { color: rgb(181,80,33); }
H1.HeaderClassName
{
color: #B55021;
}
.AnyTagClassName
{
color: #B55021;
}
</style>
background-color css
<style>
a { background-color: #B55021; }
a { background-color: rgb(181,80,33); }
div.DivClassName
{
background-color: #B55021;
}
.BgClassName
{
background-color: #B55021;
}
</style>
border-color css
<style>
span { border-color: #B55021; }
span { border-color: rgb(181,80,33); }
td.TdClassName
{
border-color: #B55021;
}
.TagClassName
{
border-color: #B55021;
}
</style>