Shades of Roof Terracotta #964848
Tints of Roof Terracotta #964848
RGB
CMYK
RGB Variations
Color information
#964848 (or 0x964848) is known color: Roof Terracotta. HEX triplet: 96, 48 and 48. RGB value is (150,72,72). Sum of RGB (Red+Green+Blue) = 150+72+72=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #964848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964848 is #69B7B7. Grayscale: #5F5F5F. Windows color (decimal): -6928312 or 4737174. OLE color: 4737174.
HSL color Cylindrical-coordinate representation of color #964848: hue angle of 0º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964848 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 72 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.41 |
| HSL | 0º | 0.35% | 0.44% | - |
| HSV(B) | 0º | 0.52% | 0.59% | - |
| XYZ | 16.06 | 11.59 | 7.52 | - |
| YUV | 95.32 | 114.84 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 72 | 0 | 0.52 | 0.52 | 0.41 | 0 | 0.35 | 0.44 |
| Hex | 96 | 48 | 48 | 0 | 34 | 34 | 29 | 0 | 23 | 2C |
| Octal | 226 | 110 | 110 | 0 | 64 | 64 | 51 | 0 | 43 | 54 |
| Binary | 10010110 | 1001000 | 1001000 | 0 | 110100 | 110100 | 101001 | 0 | 100011 | 101100 |
Color Harmonies of #964848
Complementary color
Monochromatic Colors of #964848
Black with #964848
Text Example
Text Example
White with #964848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964848; }
p { color: rgb(150,72,72); }
H1.HeaderClassName
{
color: #964848;
}
.AnyTagClassName
{
color: #964848;
}
</style>
background-color css
<style>
a { background-color: #964848; }
a { background-color: rgb(150,72,72); }
div.DivClassName
{
background-color: #964848;
}
.BgClassName
{
background-color: #964848;
}
</style>
border-color css
<style>
span { border-color: #964848; }
span { border-color: rgb(150,72,72); }
td.TdClassName
{
border-color: #964848;
}
.TagClassName
{
border-color: #964848;
}
</style>