Shades of Old Brick #842F34
Tints of Old Brick #842F34
RGB
CMYK
RGB Variations
Color information
#842F34 (or 0x842F34) is known color: Old Brick. HEX triplet: 84, 2F and 34. RGB value is (132,47,52). Sum of RGB (Red+Green+Blue) = 132+47+52=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #842F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F34 is #7BD0CB. Grayscale: #494949. Windows color (decimal): -8114380 or 3420036. OLE color: 3420036.
HSL color Cylindrical-coordinate representation of color #842F34: hue angle of 356.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #842F34 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 47 | 52 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.48 |
| HSL | 356.47º | 0.47% | 0.35% | - |
| HSV(B) | 356.47º | 0.64% | 0.52% | - |
| XYZ | 11.15 | 7.19 | 4.05 | - |
| YUV | 72.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 52 | 0 | 0.64 | 0.61 | 0.48 | 356.47 | 0.47 | 0.35 |
| Hex | 84 | 2F | 34 | 0 | 40 | 3D | 30 | 164 | 2F | 23 |
| Octal | 204 | 57 | 64 | 0 | 100 | 75 | 60 | 544 | 57 | 43 |
| Binary | 10000100 | 101111 | 110100 | 0 | 1000000 | 111101 | 110000 | 101100100 | 101111 | 100011 |
Color Harmonies of #842F34
Complementary color
Monochromatic Colors of #842F34
Black with #842F34
Text Example
Text Example
White with #842F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842F34; }
p { color: rgb(132,47,52); }
H1.HeaderClassName
{
color: #842F34;
}
.AnyTagClassName
{
color: #842F34;
}
</style>
background-color css
<style>
a { background-color: #842F34; }
a { background-color: rgb(132,47,52); }
div.DivClassName
{
background-color: #842F34;
}
.BgClassName
{
background-color: #842F34;
}
</style>
border-color css
<style>
span { border-color: #842F34; }
span { border-color: rgb(132,47,52); }
td.TdClassName
{
border-color: #842F34;
}
.TagClassName
{
border-color: #842F34;
}
</style>