Shades of Rose Of Sharon #B44D25
Tints of Rose Of Sharon #B44D25
RGB
CMYK
RGB Variations
Color information
#B44D25 (or 0xB44D25) is known color: Rose Of Sharon. HEX triplet: B4, 4D and 25. RGB value is (180,77,37). Sum of RGB (Red+Green+Blue) = 180+77+37=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D25 is #4BB2DA. Grayscale: #676767. Windows color (decimal): -4960987 or 2444724. OLE color: 2444724.
HSL color Cylindrical-coordinate representation of color #B44D25: hue angle of 16.78º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B44D25 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 37 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.29 |
| HSL | 16.78º | 0.66% | 0.43% | - |
| HSV(B) | 16.78º | 0.79% | 0.71% | - |
| XYZ | 21.81 | 15.14 | 3.52 | - |
| YUV | 103.24 | 90.62 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 37 | 0 | 0.57 | 0.79 | 0.29 | 16.78 | 0.66 | 0.43 |
| Hex | B4 | 4D | 25 | 0 | 39 | 4F | 1D | 11 | 42 | 2B |
| Octal | 264 | 115 | 45 | 0 | 71 | 117 | 35 | 21 | 102 | 53 |
| Binary | 10110100 | 1001101 | 100101 | 0 | 111001 | 1001111 | 11101 | 10001 | 1000010 | 101011 |
Color Harmonies of #B44D25
Complementary color
Monochromatic Colors of #B44D25
Black with #B44D25
Text Example
Text Example
White with #B44D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D25; }
p { color: rgb(180,77,37); }
H1.HeaderClassName
{
color: #B44D25;
}
.AnyTagClassName
{
color: #B44D25;
}
</style>
background-color css
<style>
a { background-color: #B44D25; }
a { background-color: rgb(180,77,37); }
div.DivClassName
{
background-color: #B44D25;
}
.BgClassName
{
background-color: #B44D25;
}
</style>
border-color css
<style>
span { border-color: #B44D25; }
span { border-color: rgb(180,77,37); }
td.TdClassName
{
border-color: #B44D25;
}
.TagClassName
{
border-color: #B44D25;
}
</style>