Shades of Rose Of Sharon #B14D1F
Tints of Rose Of Sharon #B14D1F
RGB
CMYK
RGB Variations
Color information
#B14D1F (or 0xB14D1F) is known color: Rose Of Sharon. HEX triplet: B1, 4D and 1F. RGB value is (177,77,31). Sum of RGB (Red+Green+Blue) = 177+77+31=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D1F is #4EB2E0. Grayscale: #656565. Windows color (decimal): -5157601 or 2051505. OLE color: 2051505.
HSL color Cylindrical-coordinate representation of color #B14D1F: hue angle of 18.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B14D1F is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 31 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.31 |
| HSL | 18.9º | 0.7% | 0.41% | - |
| HSV(B) | 18.9º | 0.82% | 0.69% | - |
| XYZ | 21.03 | 14.75 | 3.04 | - |
| YUV | 101.66 | 88.13 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 31 | 0 | 0.56 | 0.82 | 0.31 | 18.9 | 0.7 | 0.41 |
| Hex | B1 | 4D | 1F | 0 | 38 | 52 | 1F | 13 | 46 | 29 |
| Octal | 261 | 115 | 37 | 0 | 70 | 122 | 37 | 23 | 106 | 51 |
| Binary | 10110001 | 1001101 | 11111 | 0 | 111000 | 1010010 | 11111 | 10011 | 1000110 | 101001 |
Color Harmonies of #B14D1F
Complementary color
Monochromatic Colors of #B14D1F
Black with #B14D1F
Text Example
Text Example
White with #B14D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D1F; }
p { color: rgb(177,77,31); }
H1.HeaderClassName
{
color: #B14D1F;
}
.AnyTagClassName
{
color: #B14D1F;
}
</style>
background-color css
<style>
a { background-color: #B14D1F; }
a { background-color: rgb(177,77,31); }
div.DivClassName
{
background-color: #B14D1F;
}
.BgClassName
{
background-color: #B14D1F;
}
</style>
border-color css
<style>
span { border-color: #B14D1F; }
span { border-color: rgb(177,77,31); }
td.TdClassName
{
border-color: #B14D1F;
}
.TagClassName
{
border-color: #B14D1F;
}
</style>