Shades of Rose Of Sharon #B3531D
Tints of Rose Of Sharon #B3531D
RGB
CMYK
RGB Variations
Color information
#B3531D (or 0xB3531D) is known color: Rose Of Sharon. HEX triplet: B3, 53 and 1D. RGB value is (179,83,29). Sum of RGB (Red+Green+Blue) = 179+83+29=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3531D is #4CACE2. Grayscale: #696969. Windows color (decimal): -5024995 or 1921971. OLE color: 1921971.
HSL color Cylindrical-coordinate representation of color #B3531D: hue angle of 21.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3531D is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 29 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.30 |
| HSL | 21.6º | 0.72% | 0.41% | - |
| HSV(B) | 21.6º | 0.84% | 0.7% | - |
| XYZ | 21.91 | 15.86 | 3.07 | - |
| YUV | 105.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 29 | 0 | 0.54 | 0.84 | 0.30 | 21.6 | 0.72 | 0.41 |
| Hex | B3 | 53 | 1D | 0 | 36 | 54 | 1E | 16 | 48 | 29 |
| Octal | 263 | 123 | 35 | 0 | 66 | 124 | 36 | 26 | 110 | 51 |
| Binary | 10110011 | 1010011 | 11101 | 0 | 110110 | 1010100 | 11110 | 10110 | 1001000 | 101001 |
Color Harmonies of #B3531D
Complementary color
Monochromatic Colors of #B3531D
Black with #B3531D
Text Example
Text Example
White with #B3531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3531D; }
p { color: rgb(179,83,29); }
H1.HeaderClassName
{
color: #B3531D;
}
.AnyTagClassName
{
color: #B3531D;
}
</style>
background-color css
<style>
a { background-color: #B3531D; }
a { background-color: rgb(179,83,29); }
div.DivClassName
{
background-color: #B3531D;
}
.BgClassName
{
background-color: #B3531D;
}
</style>
border-color css
<style>
span { border-color: #B3531D; }
span { border-color: rgb(179,83,29); }
td.TdClassName
{
border-color: #B3531D;
}
.TagClassName
{
border-color: #B3531D;
}
</style>