Shades of Roof Terracotta #9F4747
Tints of Roof Terracotta #9F4747
RGB
CMYK
RGB Variations
Color information
#9F4747 (or 0x9F4747) is known color: Roof Terracotta. HEX triplet: 9F, 47 and 47. RGB value is (159,71,71). Sum of RGB (Red+Green+Blue) = 159+71+71=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4747 is #60B8B8. Grayscale: #616161. Windows color (decimal): -6338745 or 4671391. OLE color: 4671391.
HSL color Cylindrical-coordinate representation of color #9F4747: hue angle of 0º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4747 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 71 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.38 |
| HSL | 0º | 0.38% | 0.45% | - |
| HSV(B) | 0º | 0.55% | 0.62% | - |
| XYZ | 17.69 | 12.33 | 7.41 | - |
| YUV | 97.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 71 | 0 | 0.55 | 0.55 | 0.38 | 0 | 0.38 | 0.45 |
| Hex | 9F | 47 | 47 | 0 | 37 | 37 | 26 | 0 | 26 | 2D |
| Octal | 237 | 107 | 107 | 0 | 67 | 67 | 46 | 0 | 46 | 55 |
| Binary | 10011111 | 1000111 | 1000111 | 0 | 110111 | 110111 | 100110 | 0 | 100110 | 101101 |
Color Harmonies of #9F4747
Complementary color
Monochromatic Colors of #9F4747
Black with #9F4747
Text Example
Text Example
White with #9F4747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4747; }
p { color: rgb(159,71,71); }
H1.HeaderClassName
{
color: #9F4747;
}
.AnyTagClassName
{
color: #9F4747;
}
</style>
background-color css
<style>
a { background-color: #9F4747; }
a { background-color: rgb(159,71,71); }
div.DivClassName
{
background-color: #9F4747;
}
.BgClassName
{
background-color: #9F4747;
}
</style>
border-color css
<style>
span { border-color: #9F4747; }
span { border-color: rgb(159,71,71); }
td.TdClassName
{
border-color: #9F4747;
}
.TagClassName
{
border-color: #9F4747;
}
</style>