Shades of Old Brick #803031
Tints of Old Brick #803031
RGB
CMYK
RGB Variations
Color information
#803031 (or 0x803031) is known color: Old Brick. HEX triplet: 80, 30 and 31. RGB value is (128,48,49). Sum of RGB (Red+Green+Blue) = 128+48+49=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #803031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803031 is #7FCFCE. Grayscale: #484848. Windows color (decimal): -8376271 or 3223680. OLE color: 3223680.
HSL color Cylindrical-coordinate representation of color #803031: hue angle of 359.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803031 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 49 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.50 |
| HSL | 359.25º | 0.45% | 0.35% | - |
| HSV(B) | 359.25º | 0.63% | 0.5% | - |
| XYZ | 10.51 | 6.92 | 3.69 | - |
| YUV | 72.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 49 | 0 | 0.62 | 0.62 | 0.50 | 359.25 | 0.45 | 0.35 |
| Hex | 80 | 30 | 31 | 0 | 3E | 3E | 32 | 167 | 2D | 23 |
| Octal | 200 | 60 | 61 | 0 | 76 | 76 | 62 | 547 | 55 | 43 |
| Binary | 10000000 | 110000 | 110001 | 0 | 111110 | 111110 | 110010 | 101100111 | 101101 | 100011 |
Color Harmonies of #803031
Complementary color
Monochromatic Colors of #803031
Black with #803031
Text Example
Text Example
White with #803031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803031; }
p { color: rgb(128,48,49); }
H1.HeaderClassName
{
color: #803031;
}
.AnyTagClassName
{
color: #803031;
}
</style>
background-color css
<style>
a { background-color: #803031; }
a { background-color: rgb(128,48,49); }
div.DivClassName
{
background-color: #803031;
}
.BgClassName
{
background-color: #803031;
}
</style>
border-color css
<style>
span { border-color: #803031; }
span { border-color: rgb(128,48,49); }
td.TdClassName
{
border-color: #803031;
}
.TagClassName
{
border-color: #803031;
}
</style>