Shades of Roof Terracotta #9B4343
Tints of Roof Terracotta #9B4343
RGB
CMYK
RGB Variations
Color information
#9B4343 (or 0x9B4343) is known color: Roof Terracotta. HEX triplet: 9B, 43 and 43. RGB value is (155,67,67). Sum of RGB (Red+Green+Blue) = 155+67+67=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4343 is #64BCBC. Grayscale: #5D5D5D. Windows color (decimal): -6601917 or 4408219. OLE color: 4408219.
HSL color Cylindrical-coordinate representation of color #9B4343: hue angle of 0º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B4343 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 67 | 67 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.39 |
| HSL | 0º | 0.4% | 0.44% | - |
| HSV(B) | 0º | 0.57% | 0.61% | - |
| XYZ | 16.54 | 11.39 | 6.64 | - |
| YUV | 93.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 67 | 0 | 0.57 | 0.57 | 0.39 | 0 | 0.4 | 0.44 |
| Hex | 9B | 43 | 43 | 0 | 39 | 39 | 27 | 0 | 28 | 2C |
| Octal | 233 | 103 | 103 | 0 | 71 | 71 | 47 | 0 | 50 | 54 |
| Binary | 10011011 | 1000011 | 1000011 | 0 | 111001 | 111001 | 100111 | 0 | 101000 | 101100 |
Color Harmonies of #9B4343
Complementary color
Monochromatic Colors of #9B4343
Black with #9B4343
Text Example
Text Example
White with #9B4343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4343; }
p { color: rgb(155,67,67); }
H1.HeaderClassName
{
color: #9B4343;
}
.AnyTagClassName
{
color: #9B4343;
}
</style>
background-color css
<style>
a { background-color: #9B4343; }
a { background-color: rgb(155,67,67); }
div.DivClassName
{
background-color: #9B4343;
}
.BgClassName
{
background-color: #9B4343;
}
</style>
border-color css
<style>
span { border-color: #9B4343; }
span { border-color: rgb(155,67,67); }
td.TdClassName
{
border-color: #9B4343;
}
.TagClassName
{
border-color: #9B4343;
}
</style>