Shades of Rose Of Sharon #B5531C
Tints of Rose Of Sharon #B5531C
RGB
CMYK
RGB Variations
Color information
#B5531C (or 0xB5531C) is known color: Rose Of Sharon. HEX triplet: B5, 53 and 1C. RGB value is (181,83,28). Sum of RGB (Red+Green+Blue) = 181+83+28=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5531C is #4AACE3. Grayscale: #6A6A6A. Windows color (decimal): -4893924 or 1856437. OLE color: 1856437.
HSL color Cylindrical-coordinate representation of color #B5531C: hue angle of 21.57º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5531C is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 28 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.29 |
| HSL | 21.57º | 0.73% | 0.41% | - |
| HSV(B) | 21.57º | 0.85% | 0.71% | - |
| XYZ | 22.36 | 16.09 | 3.03 | - |
| YUV | 106.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 28 | 0 | 0.54 | 0.85 | 0.29 | 21.57 | 0.73 | 0.41 |
| Hex | B5 | 53 | 1C | 0 | 36 | 55 | 1D | 16 | 49 | 29 |
| Octal | 265 | 123 | 34 | 0 | 66 | 125 | 35 | 26 | 111 | 51 |
| Binary | 10110101 | 1010011 | 11100 | 0 | 110110 | 1010101 | 11101 | 10110 | 1001001 | 101001 |
Color Harmonies of #B5531C
Complementary color
Monochromatic Colors of #B5531C
Black with #B5531C
Text Example
Text Example
White with #B5531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5531C; }
p { color: rgb(181,83,28); }
H1.HeaderClassName
{
color: #B5531C;
}
.AnyTagClassName
{
color: #B5531C;
}
</style>
background-color css
<style>
a { background-color: #B5531C; }
a { background-color: rgb(181,83,28); }
div.DivClassName
{
background-color: #B5531C;
}
.BgClassName
{
background-color: #B5531C;
}
</style>
border-color css
<style>
span { border-color: #B5531C; }
span { border-color: rgb(181,83,28); }
td.TdClassName
{
border-color: #B5531C;
}
.TagClassName
{
border-color: #B5531C;
}
</style>