Shades of Old Brick #85343B
Tints of Old Brick #85343B
RGB
CMYK
RGB Variations
Color information
#85343B (or 0x85343B) is known color: Old Brick. HEX triplet: 85, 34 and 3B. RGB value is (133,52,59). Sum of RGB (Red+Green+Blue) = 133+52+59=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85343B is #7ACBC4. Grayscale: #4D4D4D. Windows color (decimal): -8047557 or 3880069. OLE color: 3880069.
HSL color Cylindrical-coordinate representation of color #85343B: hue angle of 354.81º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85343B is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 59 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.48 |
| HSL | 354.81º | 0.44% | 0.36% | - |
| HSV(B) | 354.81º | 0.61% | 0.52% | - |
| XYZ | 11.69 | 7.76 | 5.02 | - |
| YUV | 77.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 59 | 0 | 0.61 | 0.56 | 0.48 | 354.81 | 0.44 | 0.36 |
| Hex | 85 | 34 | 3B | 0 | 3D | 38 | 30 | 163 | 2C | 24 |
| Octal | 205 | 64 | 73 | 0 | 75 | 70 | 60 | 543 | 54 | 44 |
| Binary | 10000101 | 110100 | 111011 | 0 | 111101 | 111000 | 110000 | 101100011 | 101100 | 100100 |
Color Harmonies of #85343B
Complementary color
Monochromatic Colors of #85343B
Black with #85343B
Text Example
Text Example
White with #85343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85343B; }
p { color: rgb(133,52,59); }
H1.HeaderClassName
{
color: #85343B;
}
.AnyTagClassName
{
color: #85343B;
}
</style>
background-color css
<style>
a { background-color: #85343B; }
a { background-color: rgb(133,52,59); }
div.DivClassName
{
background-color: #85343B;
}
.BgClassName
{
background-color: #85343B;
}
</style>
border-color css
<style>
span { border-color: #85343B; }
span { border-color: rgb(133,52,59); }
td.TdClassName
{
border-color: #85343B;
}
.TagClassName
{
border-color: #85343B;
}
</style>