Shades of Rose Of Sharon #B54325
Tints of Rose Of Sharon #B54325
RGB
CMYK
RGB Variations
Color information
#B54325 (or 0xB54325) is known color: Rose Of Sharon. HEX triplet: B5, 43 and 25. RGB value is (181,67,37). Sum of RGB (Red+Green+Blue) = 181+67+37=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B54325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54325 is #4ABCDA. Grayscale: #616161. Windows color (decimal): -4898011 or 2442165. OLE color: 2442165.
HSL color Cylindrical-coordinate representation of color #B54325: hue angle of 12.5º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B54325 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 37 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.29 |
| HSL | 12.5º | 0.66% | 0.43% | - |
| HSV(B) | 12.5º | 0.8% | 0.71% | - |
| XYZ | 21.4 | 13.97 | 3.32 | - |
| YUV | 97.67 | 93.77 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 37 | 0 | 0.63 | 0.80 | 0.29 | 12.5 | 0.66 | 0.43 |
| Hex | B5 | 43 | 25 | 0 | 3F | 50 | 1D | C | 42 | 2B |
| Octal | 265 | 103 | 45 | 0 | 77 | 120 | 35 | 14 | 102 | 53 |
| Binary | 10110101 | 1000011 | 100101 | 0 | 111111 | 1010000 | 11101 | 1100 | 1000010 | 101011 |
Color Harmonies of #B54325
Complementary color
Monochromatic Colors of #B54325
Black with #B54325
Text Example
Text Example
White with #B54325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54325; }
p { color: rgb(181,67,37); }
H1.HeaderClassName
{
color: #B54325;
}
.AnyTagClassName
{
color: #B54325;
}
</style>
background-color css
<style>
a { background-color: #B54325; }
a { background-color: rgb(181,67,37); }
div.DivClassName
{
background-color: #B54325;
}
.BgClassName
{
background-color: #B54325;
}
</style>
border-color css
<style>
span { border-color: #B54325; }
span { border-color: rgb(181,67,37); }
td.TdClassName
{
border-color: #B54325;
}
.TagClassName
{
border-color: #B54325;
}
</style>