Shades of Old Brick #8B2F38
Tints of Old Brick #8B2F38
RGB
CMYK
RGB Variations
Color information
#8B2F38 (or 0x8B2F38) is known color: Old Brick. HEX triplet: 8B, 2F and 38. RGB value is (139,47,56). Sum of RGB (Red+Green+Blue) = 139+47+56=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2F38 is #74D0C7. Grayscale: #4B4B4B. Windows color (decimal): -7655624 or 3682187. OLE color: 3682187.
HSL color Cylindrical-coordinate representation of color #8B2F38: hue angle of 354.13º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F38 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 47 | 56 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.45 |
| HSL | 354.13º | 0.49% | 0.36% | - |
| HSV(B) | 354.13º | 0.66% | 0.55% | - |
| XYZ | 12.38 | 7.81 | 4.6 | - |
| YUV | 75.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 56 | 0 | 0.66 | 0.60 | 0.45 | 354.13 | 0.49 | 0.36 |
| Hex | 8B | 2F | 38 | 0 | 42 | 3C | 2D | 162 | 31 | 24 |
| Octal | 213 | 57 | 70 | 0 | 102 | 74 | 55 | 542 | 61 | 44 |
| Binary | 10001011 | 101111 | 111000 | 0 | 1000010 | 111100 | 101101 | 101100010 | 110001 | 100100 |
Color Harmonies of #8B2F38
Complementary color
Monochromatic Colors of #8B2F38
Black with #8B2F38
Text Example
Text Example
White with #8B2F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2F38; }
p { color: rgb(139,47,56); }
H1.HeaderClassName
{
color: #8B2F38;
}
.AnyTagClassName
{
color: #8B2F38;
}
</style>
background-color css
<style>
a { background-color: #8B2F38; }
a { background-color: rgb(139,47,56); }
div.DivClassName
{
background-color: #8B2F38;
}
.BgClassName
{
background-color: #8B2F38;
}
</style>
border-color css
<style>
span { border-color: #8B2F38; }
span { border-color: rgb(139,47,56); }
td.TdClassName
{
border-color: #8B2F38;
}
.TagClassName
{
border-color: #8B2F38;
}
</style>