Shades of Old Brick #8B2E32
Tints of Old Brick #8B2E32
RGB
CMYK
RGB Variations
Color information
#8B2E32 (or 0x8B2E32) is known color: Old Brick. HEX triplet: 8B, 2E and 32. RGB value is (139,46,50). Sum of RGB (Red+Green+Blue) = 139+46+50=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2E32 is #74D1CD. Grayscale: #4A4A4A. Windows color (decimal): -7655886 or 3288715. OLE color: 3288715.
HSL color Cylindrical-coordinate representation of color #8B2E32: hue angle of 357.42º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B2E32 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 46 | 50 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.45 |
| HSL | 357.42º | 0.5% | 0.36% | - |
| HSV(B) | 357.42º | 0.67% | 0.55% | - |
| XYZ | 12.2 | 7.67 | 3.86 | - |
| YUV | 74.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 50 | 0 | 0.67 | 0.64 | 0.45 | 357.42 | 0.5 | 0.36 |
| Hex | 8B | 2E | 32 | 0 | 43 | 40 | 2D | 165 | 32 | 24 |
| Octal | 213 | 56 | 62 | 0 | 103 | 100 | 55 | 545 | 62 | 44 |
| Binary | 10001011 | 101110 | 110010 | 0 | 1000011 | 1000000 | 101101 | 101100101 | 110010 | 100100 |
Color Harmonies of #8B2E32
Complementary color
Monochromatic Colors of #8B2E32
Black with #8B2E32
Text Example
Text Example
White with #8B2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2E32; }
p { color: rgb(139,46,50); }
H1.HeaderClassName
{
color: #8B2E32;
}
.AnyTagClassName
{
color: #8B2E32;
}
</style>
background-color css
<style>
a { background-color: #8B2E32; }
a { background-color: rgb(139,46,50); }
div.DivClassName
{
background-color: #8B2E32;
}
.BgClassName
{
background-color: #8B2E32;
}
</style>
border-color css
<style>
span { border-color: #8B2E32; }
span { border-color: rgb(139,46,50); }
td.TdClassName
{
border-color: #8B2E32;
}
.TagClassName
{
border-color: #8B2E32;
}
</style>