Shades of Tall Poppy #833232
Tints of Tall Poppy #833232
RGB
CMYK
RGB Variations
Color information
#833232 (or 0x833232) is known color: Tall Poppy. HEX triplet: 83, 32 and 32. RGB value is (131,50,50). Sum of RGB (Red+Green+Blue) = 131+50+50=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #833232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833232 is #7CCDCD. Grayscale: #4A4A4A. Windows color (decimal): -8179150 or 3289731. OLE color: 3289731.
HSL color Cylindrical-coordinate representation of color #833232: hue angle of 0º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833232 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 50 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.49 |
| HSL | 0º | 0.45% | 0.35% | - |
| HSV(B) | 0º | 0.62% | 0.51% | - |
| XYZ | 11.08 | 7.34 | 3.85 | - |
| YUV | 74.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 50 | 0 | 0.62 | 0.62 | 0.49 | 0 | 0.45 | 0.35 |
| Hex | 83 | 32 | 32 | 0 | 3E | 3E | 31 | 0 | 2D | 23 |
| Octal | 203 | 62 | 62 | 0 | 76 | 76 | 61 | 0 | 55 | 43 |
| Binary | 10000011 | 110010 | 110010 | 0 | 111110 | 111110 | 110001 | 0 | 101101 | 100011 |
Color Harmonies of #833232
Complementary color
Monochromatic Colors of #833232
Black with #833232
Text Example
Text Example
White with #833232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833232; }
p { color: rgb(131,50,50); }
H1.HeaderClassName
{
color: #833232;
}
.AnyTagClassName
{
color: #833232;
}
</style>
background-color css
<style>
a { background-color: #833232; }
a { background-color: rgb(131,50,50); }
div.DivClassName
{
background-color: #833232;
}
.BgClassName
{
background-color: #833232;
}
</style>
border-color css
<style>
span { border-color: #833232; }
span { border-color: rgb(131,50,50); }
td.TdClassName
{
border-color: #833232;
}
.TagClassName
{
border-color: #833232;
}
</style>