Shades of Rose Of Sharon #AB4828
Tints of Rose Of Sharon #AB4828
RGB
CMYK
RGB Variations
Color information
#AB4828 (or 0xAB4828) is known color: Rose Of Sharon. HEX triplet: AB, 48 and 28. RGB value is (171,72,40). Sum of RGB (Red+Green+Blue) = 171+72+40=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4828 is #54B7D7. Grayscale: #626262. Windows color (decimal): -5552088 or 2640043. OLE color: 2640043.
HSL color Cylindrical-coordinate representation of color #AB4828: hue angle of 14.66º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB4828 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 40 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.33 |
| HSL | 14.66º | 0.62% | 0.41% | - |
| HSV(B) | 14.66º | 0.77% | 0.67% | - |
| XYZ | 19.49 | 13.45 | 3.58 | - |
| YUV | 97.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 40 | 0 | 0.58 | 0.77 | 0.33 | 14.66 | 0.62 | 0.41 |
| Hex | AB | 48 | 28 | 0 | 3A | 4D | 21 | F | 3E | 29 |
| Octal | 253 | 110 | 50 | 0 | 72 | 115 | 41 | 17 | 76 | 51 |
| Binary | 10101011 | 1001000 | 101000 | 0 | 111010 | 1001101 | 100001 | 1111 | 111110 | 101001 |
Color Harmonies of #AB4828
Complementary color
Monochromatic Colors of #AB4828
Black with #AB4828
Text Example
Text Example
White with #AB4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4828; }
p { color: rgb(171,72,40); }
H1.HeaderClassName
{
color: #AB4828;
}
.AnyTagClassName
{
color: #AB4828;
}
</style>
background-color css
<style>
a { background-color: #AB4828; }
a { background-color: rgb(171,72,40); }
div.DivClassName
{
background-color: #AB4828;
}
.BgClassName
{
background-color: #AB4828;
}
</style>
border-color css
<style>
span { border-color: #AB4828; }
span { border-color: rgb(171,72,40); }
td.TdClassName
{
border-color: #AB4828;
}
.TagClassName
{
border-color: #AB4828;
}
</style>