Shades of Deep Fir #153221
Tints of Deep Fir #153221
RGB
CMYK
RGB Variations
Color information
#153221 (or 0x153221) is known color: Deep Fir. HEX triplet: 15, 32 and 21. RGB value is (21,50,33). Sum of RGB (Red+Green+Blue) = 21+50+33=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #153221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153221 is #EACDDE. Grayscale: #272727. Windows color (decimal): -15388127 or 2175509. OLE color: 2175509.
HSL color Cylindrical-coordinate representation of color #153221: hue angle of 144.83º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153221 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 33 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.80 |
| HSL | 144.83º | 0.41% | 0.14% | - |
| HSV(B) | 144.83º | 0.58% | 0.2% | - |
| XYZ | 1.72 | 2.55 | 1.84 | - |
| YUV | 39.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 33 | 0.58 | 0 | 0.34 | 0.80 | 144.83 | 0.41 | 0.14 |
| Hex | 15 | 32 | 21 | 3A | 0 | 22 | 50 | 91 | 29 | E |
| Octal | 25 | 62 | 41 | 72 | 0 | 42 | 120 | 221 | 51 | 16 |
| Binary | 10101 | 110010 | 100001 | 111010 | 0 | 100010 | 1010000 | 10010001 | 101001 | 1110 |
Color Harmonies of #153221
Complementary color
Monochromatic Colors of #153221
Black with #153221
Text Example
Text Example
White with #153221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153221; }
p { color: rgb(21,50,33); }
H1.HeaderClassName
{
color: #153221;
}
.AnyTagClassName
{
color: #153221;
}
</style>
background-color css
<style>
a { background-color: #153221; }
a { background-color: rgb(21,50,33); }
div.DivClassName
{
background-color: #153221;
}
.BgClassName
{
background-color: #153221;
}
</style>
border-color css
<style>
span { border-color: #153221; }
span { border-color: rgb(21,50,33); }
td.TdClassName
{
border-color: #153221;
}
.TagClassName
{
border-color: #153221;
}
</style>