Shades of Old Brick #85323B
Tints of Old Brick #85323B
RGB
CMYK
RGB Variations
Color information
#85323B (or 0x85323B) is known color: Old Brick. HEX triplet: 85, 32 and 3B. RGB value is (133,50,59). Sum of RGB (Red+Green+Blue) = 133+50+59=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85323B is #7ACDC4. Grayscale: #4B4B4B. Windows color (decimal): -8048069 or 3879557. OLE color: 3879557.
HSL color Cylindrical-coordinate representation of color #85323B: hue angle of 353.49º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85323B is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 59 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.48 |
| HSL | 353.49º | 0.45% | 0.36% | - |
| HSV(B) | 353.49º | 0.62% | 0.52% | - |
| XYZ | 11.6 | 7.58 | 4.99 | - |
| YUV | 75.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 59 | 0 | 0.62 | 0.56 | 0.48 | 353.49 | 0.45 | 0.36 |
| Hex | 85 | 32 | 3B | 0 | 3E | 38 | 30 | 161 | 2D | 24 |
| Octal | 205 | 62 | 73 | 0 | 76 | 70 | 60 | 541 | 55 | 44 |
| Binary | 10000101 | 110010 | 111011 | 0 | 111110 | 111000 | 110000 | 101100001 | 101101 | 100100 |
Color Harmonies of #85323B
Complementary color
Monochromatic Colors of #85323B
Black with #85323B
Text Example
Text Example
White with #85323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85323B; }
p { color: rgb(133,50,59); }
H1.HeaderClassName
{
color: #85323B;
}
.AnyTagClassName
{
color: #85323B;
}
</style>
background-color css
<style>
a { background-color: #85323B; }
a { background-color: rgb(133,50,59); }
div.DivClassName
{
background-color: #85323B;
}
.BgClassName
{
background-color: #85323B;
}
</style>
border-color css
<style>
span { border-color: #85323B; }
span { border-color: rgb(133,50,59); }
td.TdClassName
{
border-color: #85323B;
}
.TagClassName
{
border-color: #85323B;
}
</style>