Shades of Old Brick #813033
Tints of Old Brick #813033
RGB
CMYK
RGB Variations
Color information
#813033 (or 0x813033) is known color: Old Brick. HEX triplet: 81, 30 and 33. RGB value is (129,48,51). Sum of RGB (Red+Green+Blue) = 129+48+51=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #813033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813033 is #7ECFCC. Grayscale: #484848. Windows color (decimal): -8310733 or 3354753. OLE color: 3354753.
HSL color Cylindrical-coordinate representation of color #813033: hue angle of 357.78º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813033 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 48 | 51 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.49 |
| HSL | 357.78º | 0.46% | 0.35% | - |
| HSV(B) | 357.78º | 0.63% | 0.51% | - |
| XYZ | 10.71 | 7.02 | 3.92 | - |
| YUV | 72.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 48 | 51 | 0 | 0.63 | 0.60 | 0.49 | 357.78 | 0.46 | 0.35 |
| Hex | 81 | 30 | 33 | 0 | 3F | 3C | 31 | 166 | 2E | 23 |
| Octal | 201 | 60 | 63 | 0 | 77 | 74 | 61 | 546 | 56 | 43 |
| Binary | 10000001 | 110000 | 110011 | 0 | 111111 | 111100 | 110001 | 101100110 | 101110 | 100011 |
Color Harmonies of #813033
Complementary color
Monochromatic Colors of #813033
Black with #813033
Text Example
Text Example
White with #813033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813033; }
p { color: rgb(129,48,51); }
H1.HeaderClassName
{
color: #813033;
}
.AnyTagClassName
{
color: #813033;
}
</style>
background-color css
<style>
a { background-color: #813033; }
a { background-color: rgb(129,48,51); }
div.DivClassName
{
background-color: #813033;
}
.BgClassName
{
background-color: #813033;
}
</style>
border-color css
<style>
span { border-color: #813033; }
span { border-color: rgb(129,48,51); }
td.TdClassName
{
border-color: #813033;
}
.TagClassName
{
border-color: #813033;
}
</style>