Shades of Old Brick #813132
Tints of Old Brick #813132
RGB
CMYK
RGB Variations
Color information
#813132 (or 0x813132) is known color: Old Brick. HEX triplet: 81, 31 and 32. RGB value is (129,49,50). Sum of RGB (Red+Green+Blue) = 129+49+50=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #813132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813132 is #7ECECD. Grayscale: #494949. Windows color (decimal): -8310478 or 3289473. OLE color: 3289473.
HSL color Cylindrical-coordinate representation of color #813132: hue angle of 359.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813132 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 49 | 50 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.49 |
| HSL | 359.25º | 0.45% | 0.35% | - |
| HSV(B) | 359.25º | 0.62% | 0.51% | - |
| XYZ | 10.73 | 7.09 | 3.82 | - |
| YUV | 73.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 50 | 0 | 0.62 | 0.61 | 0.49 | 359.25 | 0.45 | 0.35 |
| Hex | 81 | 31 | 32 | 0 | 3E | 3D | 31 | 167 | 2D | 23 |
| Octal | 201 | 61 | 62 | 0 | 76 | 75 | 61 | 547 | 55 | 43 |
| Binary | 10000001 | 110001 | 110010 | 0 | 111110 | 111101 | 110001 | 101100111 | 101101 | 100011 |
Color Harmonies of #813132
Complementary color
Monochromatic Colors of #813132
Black with #813132
Text Example
Text Example
White with #813132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813132; }
p { color: rgb(129,49,50); }
H1.HeaderClassName
{
color: #813132;
}
.AnyTagClassName
{
color: #813132;
}
</style>
background-color css
<style>
a { background-color: #813132; }
a { background-color: rgb(129,49,50); }
div.DivClassName
{
background-color: #813132;
}
.BgClassName
{
background-color: #813132;
}
</style>
border-color css
<style>
span { border-color: #813132; }
span { border-color: rgb(129,49,50); }
td.TdClassName
{
border-color: #813132;
}
.TagClassName
{
border-color: #813132;
}
</style>