Shades of Rose Of Sharon #B75121
Tints of Rose Of Sharon #B75121
RGB
CMYK
RGB Variations
Color information
#B75121 (or 0xB75121) is known color: Rose Of Sharon. HEX triplet: B7, 51 and 21. RGB value is (183,81,33). Sum of RGB (Red+Green+Blue) = 183+81+33=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B75121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75121 is #48AEDE. Grayscale: #6A6A6A. Windows color (decimal): -4763359 or 2183607. OLE color: 2183607.
HSL color Cylindrical-coordinate representation of color #B75121: hue angle of 19.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B75121 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 33 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.28 |
| HSL | 19.2º | 0.69% | 0.42% | - |
| HSV(B) | 19.2º | 0.82% | 0.72% | - |
| XYZ | 22.75 | 16.06 | 3.34 | - |
| YUV | 106.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 33 | 0 | 0.56 | 0.82 | 0.28 | 19.2 | 0.69 | 0.42 |
| Hex | B7 | 51 | 21 | 0 | 38 | 52 | 1C | 13 | 45 | 2A |
| Octal | 267 | 121 | 41 | 0 | 70 | 122 | 34 | 23 | 105 | 52 |
| Binary | 10110111 | 1010001 | 100001 | 0 | 111000 | 1010010 | 11100 | 10011 | 1000101 | 101010 |
Color Harmonies of #B75121
Complementary color
Monochromatic Colors of #B75121
Black with #B75121
Text Example
Text Example
White with #B75121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75121; }
p { color: rgb(183,81,33); }
H1.HeaderClassName
{
color: #B75121;
}
.AnyTagClassName
{
color: #B75121;
}
</style>
background-color css
<style>
a { background-color: #B75121; }
a { background-color: rgb(183,81,33); }
div.DivClassName
{
background-color: #B75121;
}
.BgClassName
{
background-color: #B75121;
}
</style>
border-color css
<style>
span { border-color: #B75121; }
span { border-color: rgb(183,81,33); }
td.TdClassName
{
border-color: #B75121;
}
.TagClassName
{
border-color: #B75121;
}
</style>