Shades of Roof Terracotta #9F4545
Tints of Roof Terracotta #9F4545
RGB
CMYK
RGB Variations
Color information
#9F4545 (or 0x9F4545) is known color: Roof Terracotta. HEX triplet: 9F, 45 and 45. RGB value is (159,69,69). Sum of RGB (Red+Green+Blue) = 159+69+69=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4545 is #60BABA. Grayscale: #606060. Windows color (decimal): -6339259 or 4539807. OLE color: 4539807.
HSL color Cylindrical-coordinate representation of color #9F4545: hue angle of 0º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4545 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 69 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.38 |
| HSL | 0º | 0.39% | 0.45% | - |
| HSV(B) | 0º | 0.57% | 0.62% | - |
| XYZ | 17.5 | 12.06 | 7.04 | - |
| YUV | 95.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 69 | 0 | 0.57 | 0.57 | 0.38 | 0 | 0.39 | 0.45 |
| Hex | 9F | 45 | 45 | 0 | 39 | 39 | 26 | 0 | 27 | 2D |
| Octal | 237 | 105 | 105 | 0 | 71 | 71 | 46 | 0 | 47 | 55 |
| Binary | 10011111 | 1000101 | 1000101 | 0 | 111001 | 111001 | 100110 | 0 | 100111 | 101101 |
Color Harmonies of #9F4545
Complementary color
Monochromatic Colors of #9F4545
Black with #9F4545
Text Example
Text Example
White with #9F4545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4545; }
p { color: rgb(159,69,69); }
H1.HeaderClassName
{
color: #9F4545;
}
.AnyTagClassName
{
color: #9F4545;
}
</style>
background-color css
<style>
a { background-color: #9F4545; }
a { background-color: rgb(159,69,69); }
div.DivClassName
{
background-color: #9F4545;
}
.BgClassName
{
background-color: #9F4545;
}
</style>
border-color css
<style>
span { border-color: #9F4545; }
span { border-color: rgb(159,69,69); }
td.TdClassName
{
border-color: #9F4545;
}
.TagClassName
{
border-color: #9F4545;
}
</style>