Shades of Roof Terracotta #994545
Tints of Roof Terracotta #994545
RGB
CMYK
RGB Variations
Color information
#994545 (or 0x994545) is known color: Roof Terracotta. HEX triplet: 99, 45 and 45. RGB value is (153,69,69). Sum of RGB (Red+Green+Blue) = 153+69+69=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994545 is #66BABA. Grayscale: #5E5E5E. Windows color (decimal): -6732475 or 4539801. OLE color: 4539801.
HSL color Cylindrical-coordinate representation of color #994545: hue angle of 0º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994545 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 69 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.4 |
| HSL | 0º | 0.38% | 0.44% | - |
| HSV(B) | 0º | 0.55% | 0.6% | - |
| XYZ | 16.34 | 11.46 | 6.98 | - |
| YUV | 94.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 69 | 0 | 0.55 | 0.55 | 0.4 | 0 | 0.38 | 0.44 |
| Hex | 99 | 45 | 45 | 0 | 37 | 37 | 28 | 0 | 26 | 2C |
| Octal | 231 | 105 | 105 | 0 | 67 | 67 | 50 | 0 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1000101 | 0 | 110111 | 110111 | 101000 | 0 | 100110 | 101100 |
Color Harmonies of #994545
Complementary color
Monochromatic Colors of #994545
Black with #994545
Text Example
Text Example
White with #994545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994545; }
p { color: rgb(153,69,69); }
H1.HeaderClassName
{
color: #994545;
}
.AnyTagClassName
{
color: #994545;
}
</style>
background-color css
<style>
a { background-color: #994545; }
a { background-color: rgb(153,69,69); }
div.DivClassName
{
background-color: #994545;
}
.BgClassName
{
background-color: #994545;
}
</style>
border-color css
<style>
span { border-color: #994545; }
span { border-color: rgb(153,69,69); }
td.TdClassName
{
border-color: #994545;
}
.TagClassName
{
border-color: #994545;
}
</style>