Shades of Rose Of Sharon #B4531D
Tints of Rose Of Sharon #B4531D
RGB
CMYK
RGB Variations
Color information
#B4531D (or 0xB4531D) is known color: Rose Of Sharon. HEX triplet: B4, 53 and 1D. RGB value is (180,83,29). Sum of RGB (Red+Green+Blue) = 180+83+29=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B4531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4531D is #4BACE2. Grayscale: #6A6A6A. Windows color (decimal): -4959459 or 1921972. OLE color: 1921972.
HSL color Cylindrical-coordinate representation of color #B4531D: hue angle of 21.46º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4531D is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 29 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.29 |
| HSL | 21.46º | 0.72% | 0.41% | - |
| HSV(B) | 21.46º | 0.84% | 0.71% | - |
| XYZ | 22.14 | 15.98 | 3.08 | - |
| YUV | 105.85 | 84.64 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 29 | 0 | 0.54 | 0.84 | 0.29 | 21.46 | 0.72 | 0.41 |
| Hex | B4 | 53 | 1D | 0 | 36 | 54 | 1D | 15 | 48 | 29 |
| Octal | 264 | 123 | 35 | 0 | 66 | 124 | 35 | 25 | 110 | 51 |
| Binary | 10110100 | 1010011 | 11101 | 0 | 110110 | 1010100 | 11101 | 10101 | 1001000 | 101001 |
Color Harmonies of #B4531D
Complementary color
Monochromatic Colors of #B4531D
Black with #B4531D
Text Example
Text Example
White with #B4531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4531D; }
p { color: rgb(180,83,29); }
H1.HeaderClassName
{
color: #B4531D;
}
.AnyTagClassName
{
color: #B4531D;
}
</style>
background-color css
<style>
a { background-color: #B4531D; }
a { background-color: rgb(180,83,29); }
div.DivClassName
{
background-color: #B4531D;
}
.BgClassName
{
background-color: #B4531D;
}
</style>
border-color css
<style>
span { border-color: #B4531D; }
span { border-color: rgb(180,83,29); }
td.TdClassName
{
border-color: #B4531D;
}
.TagClassName
{
border-color: #B4531D;
}
</style>