Shades of Roof Terracotta #9D4444
Tints of Roof Terracotta #9D4444
RGB
CMYK
RGB Variations
Color information
#9D4444 (or 0x9D4444) is known color: Roof Terracotta. HEX triplet: 9D, 44 and 44. RGB value is (157,68,68). Sum of RGB (Red+Green+Blue) = 157+68+68=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4444 is #62BBBB. Grayscale: #5E5E5E. Windows color (decimal): -6470588 or 4474013. OLE color: 4474013.
HSL color Cylindrical-coordinate representation of color #9D4444: hue angle of 0º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D4444 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 68 | 68 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.38 |
| HSL | 0º | 0.4% | 0.44% | - |
| HSV(B) | 0º | 0.57% | 0.62% | - |
| XYZ | 17.02 | 11.72 | 6.83 | - |
| YUV | 94.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 68 | 68 | 0 | 0.57 | 0.57 | 0.38 | 0 | 0.4 | 0.44 |
| Hex | 9D | 44 | 44 | 0 | 39 | 39 | 26 | 0 | 28 | 2C |
| Octal | 235 | 104 | 104 | 0 | 71 | 71 | 46 | 0 | 50 | 54 |
| Binary | 10011101 | 1000100 | 1000100 | 0 | 111001 | 111001 | 100110 | 0 | 101000 | 101100 |
Color Harmonies of #9D4444
Complementary color
Monochromatic Colors of #9D4444
Black with #9D4444
Text Example
Text Example
White with #9D4444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4444; }
p { color: rgb(157,68,68); }
H1.HeaderClassName
{
color: #9D4444;
}
.AnyTagClassName
{
color: #9D4444;
}
</style>
background-color css
<style>
a { background-color: #9D4444; }
a { background-color: rgb(157,68,68); }
div.DivClassName
{
background-color: #9D4444;
}
.BgClassName
{
background-color: #9D4444;
}
</style>
border-color css
<style>
span { border-color: #9D4444; }
span { border-color: rgb(157,68,68); }
td.TdClassName
{
border-color: #9D4444;
}
.TagClassName
{
border-color: #9D4444;
}
</style>