Shades of Old Brick #813233
Tints of Old Brick #813233
RGB
CMYK
RGB Variations
Color information
#813233 (or 0x813233) is known color: Old Brick. HEX triplet: 81, 32 and 33. RGB value is (129,50,51). Sum of RGB (Red+Green+Blue) = 129+50+51=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #813233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813233 is #7ECDCC. Grayscale: #494949. Windows color (decimal): -8310221 or 3355265. OLE color: 3355265.
HSL color Cylindrical-coordinate representation of color #813233: hue angle of 359.24º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813233 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 50 | 51 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.49 |
| HSL | 359.24º | 0.44% | 0.35% | - |
| HSV(B) | 359.24º | 0.61% | 0.51% | - |
| XYZ | 10.79 | 7.19 | 3.95 | - |
| YUV | 73.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 51 | 0 | 0.61 | 0.60 | 0.49 | 359.24 | 0.44 | 0.35 |
| Hex | 81 | 32 | 33 | 0 | 3D | 3C | 31 | 167 | 2C | 23 |
| Octal | 201 | 62 | 63 | 0 | 75 | 74 | 61 | 547 | 54 | 43 |
| Binary | 10000001 | 110010 | 110011 | 0 | 111101 | 111100 | 110001 | 101100111 | 101100 | 100011 |
Color Harmonies of #813233
Complementary color
Monochromatic Colors of #813233
Black with #813233
Text Example
Text Example
White with #813233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813233; }
p { color: rgb(129,50,51); }
H1.HeaderClassName
{
color: #813233;
}
.AnyTagClassName
{
color: #813233;
}
</style>
background-color css
<style>
a { background-color: #813233; }
a { background-color: rgb(129,50,51); }
div.DivClassName
{
background-color: #813233;
}
.BgClassName
{
background-color: #813233;
}
</style>
border-color css
<style>
span { border-color: #813233; }
span { border-color: rgb(129,50,51); }
td.TdClassName
{
border-color: #813233;
}
.TagClassName
{
border-color: #813233;
}
</style>