Shades of Tall Poppy #823B3B
Tints of Tall Poppy #823B3B
RGB
CMYK
RGB Variations
Color information
#823B3B (or 0x823B3B) is known color: Tall Poppy. HEX triplet: 82, 3B and 3B. RGB value is (130,59,59). Sum of RGB (Red+Green+Blue) = 130+59+59=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #823B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B3B is #7DC4C4. Grayscale: #505050. Windows color (decimal): -8242373 or 3881858. OLE color: 3881858.
HSL color Cylindrical-coordinate representation of color #823B3B: hue angle of 0º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #823B3B is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 59 | 59 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.49 |
| HSL | 0º | 0.38% | 0.37% | - |
| HSV(B) | 0º | 0.55% | 0.51% | - |
| XYZ | 11.56 | 8.19 | 5.11 | - |
| YUV | 80.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 59 | 0 | 0.55 | 0.55 | 0.49 | 0 | 0.38 | 0.37 |
| Hex | 82 | 3B | 3B | 0 | 37 | 37 | 31 | 0 | 26 | 25 |
| Octal | 202 | 73 | 73 | 0 | 67 | 67 | 61 | 0 | 46 | 45 |
| Binary | 10000010 | 111011 | 111011 | 0 | 110111 | 110111 | 110001 | 0 | 100110 | 100101 |
Color Harmonies of #823B3B
Complementary color
Monochromatic Colors of #823B3B
Black with #823B3B
Text Example
Text Example
White with #823B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823B3B; }
p { color: rgb(130,59,59); }
H1.HeaderClassName
{
color: #823B3B;
}
.AnyTagClassName
{
color: #823B3B;
}
</style>
background-color css
<style>
a { background-color: #823B3B; }
a { background-color: rgb(130,59,59); }
div.DivClassName
{
background-color: #823B3B;
}
.BgClassName
{
background-color: #823B3B;
}
</style>
border-color css
<style>
span { border-color: #823B3B; }
span { border-color: rgb(130,59,59); }
td.TdClassName
{
border-color: #823B3B;
}
.TagClassName
{
border-color: #823B3B;
}
</style>