Shades of Roof Terracotta #9B4443
Tints of Roof Terracotta #9B4443
RGB
CMYK
RGB Variations
Color information
#9B4443 (or 0x9B4443) is known color: Roof Terracotta. HEX triplet: 9B, 44 and 43. RGB value is (155,68,67). Sum of RGB (Red+Green+Blue) = 155+68+67=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4443 is #64BBBC. Grayscale: #5D5D5D. Windows color (decimal): -6601661 or 4408475. OLE color: 4408475.
HSL color Cylindrical-coordinate representation of color #9B4443: hue angle of 0.68º 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 #9B4443 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 67 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.39 |
| HSL | 0.68º | 0.4% | 0.44% | - |
| HSV(B) | 0.68º | 0.57% | 0.61% | - |
| XYZ | 16.6 | 11.51 | 6.66 | - |
| YUV | 93.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 67 | 0 | 0.56 | 0.57 | 0.39 | 0.68 | 0.4 | 0.44 |
| Hex | 9B | 44 | 43 | 0 | 38 | 39 | 27 | 1 | 28 | 2C |
| Octal | 233 | 104 | 103 | 0 | 70 | 71 | 47 | 1 | 50 | 54 |
| Binary | 10011011 | 1000100 | 1000011 | 0 | 111000 | 111001 | 100111 | 1 | 101000 | 101100 |
Color Harmonies of #9B4443
Complementary color
Monochromatic Colors of #9B4443
Black with #9B4443
Text Example
Text Example
White with #9B4443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4443; }
p { color: rgb(155,68,67); }
H1.HeaderClassName
{
color: #9B4443;
}
.AnyTagClassName
{
color: #9B4443;
}
</style>
background-color css
<style>
a { background-color: #9B4443; }
a { background-color: rgb(155,68,67); }
div.DivClassName
{
background-color: #9B4443;
}
.BgClassName
{
background-color: #9B4443;
}
</style>
border-color css
<style>
span { border-color: #9B4443; }
span { border-color: rgb(155,68,67); }
td.TdClassName
{
border-color: #9B4443;
}
.TagClassName
{
border-color: #9B4443;
}
</style>