Shades of Rose Of Sharon #AD441F
Tints of Rose Of Sharon #AD441F
RGB
CMYK
RGB Variations
Color information
#AD441F (or 0xAD441F) is known color: Rose Of Sharon. HEX triplet: AD, 44 and 1F. RGB value is (173,68,31). Sum of RGB (Red+Green+Blue) = 173+68+31=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD441F is #52BBE0. Grayscale: #5F5F5F. Windows color (decimal): -5422049 or 2049197. OLE color: 2049197.
HSL color Cylindrical-coordinate representation of color #AD441F: hue angle of 15.63º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD441F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 31 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.32 |
| HSL | 15.63º | 0.7% | 0.4% | - |
| HSV(B) | 15.63º | 0.82% | 0.68% | - |
| XYZ | 19.55 | 13.12 | 2.8 | - |
| YUV | 95.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 31 | 0 | 0.61 | 0.82 | 0.32 | 15.63 | 0.7 | 0.4 |
| Hex | AD | 44 | 1F | 0 | 3D | 52 | 20 | 10 | 46 | 28 |
| Octal | 255 | 104 | 37 | 0 | 75 | 122 | 40 | 20 | 106 | 50 |
| Binary | 10101101 | 1000100 | 11111 | 0 | 111101 | 1010010 | 100000 | 10000 | 1000110 | 101000 |
Color Harmonies of #AD441F
Complementary color
Monochromatic Colors of #AD441F
Black with #AD441F
Text Example
Text Example
White with #AD441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD441F; }
p { color: rgb(173,68,31); }
H1.HeaderClassName
{
color: #AD441F;
}
.AnyTagClassName
{
color: #AD441F;
}
</style>
background-color css
<style>
a { background-color: #AD441F; }
a { background-color: rgb(173,68,31); }
div.DivClassName
{
background-color: #AD441F;
}
.BgClassName
{
background-color: #AD441F;
}
</style>
border-color css
<style>
span { border-color: #AD441F; }
span { border-color: rgb(173,68,31); }
td.TdClassName
{
border-color: #AD441F;
}
.TagClassName
{
border-color: #AD441F;
}
</style>