Shades of Old Brick #823334
Tints of Old Brick #823334
RGB
CMYK
RGB Variations
Color information
#823334 (or 0x823334) is known color: Old Brick. HEX triplet: 82, 33 and 34. RGB value is (130,51,52). Sum of RGB (Red+Green+Blue) = 130+51+52=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #823334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823334 is #7DCCCB. Grayscale: #4A4A4A. Windows color (decimal): -8244428 or 3421058. OLE color: 3421058.
HSL color Cylindrical-coordinate representation of color #823334: hue angle of 359.24º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #823334 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 52 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.49 |
| HSL | 359.24º | 0.44% | 0.35% | - |
| HSV(B) | 359.24º | 0.61% | 0.51% | - |
| XYZ | 11.01 | 7.36 | 4.09 | - |
| YUV | 74.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 52 | 0 | 0.61 | 0.60 | 0.49 | 359.24 | 0.44 | 0.35 |
| Hex | 82 | 33 | 34 | 0 | 3D | 3C | 31 | 167 | 2C | 23 |
| Octal | 202 | 63 | 64 | 0 | 75 | 74 | 61 | 547 | 54 | 43 |
| Binary | 10000010 | 110011 | 110100 | 0 | 111101 | 111100 | 110001 | 101100111 | 101100 | 100011 |
Color Harmonies of #823334
Complementary color
Monochromatic Colors of #823334
Black with #823334
Text Example
Text Example
White with #823334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823334; }
p { color: rgb(130,51,52); }
H1.HeaderClassName
{
color: #823334;
}
.AnyTagClassName
{
color: #823334;
}
</style>
background-color css
<style>
a { background-color: #823334; }
a { background-color: rgb(130,51,52); }
div.DivClassName
{
background-color: #823334;
}
.BgClassName
{
background-color: #823334;
}
</style>
border-color css
<style>
span { border-color: #823334; }
span { border-color: rgb(130,51,52); }
td.TdClassName
{
border-color: #823334;
}
.TagClassName
{
border-color: #823334;
}
</style>