Shades of Wood Bark #21150D
Tints of Wood Bark #21150D
RGB
CMYK
RGB Variations
Color information
#21150D (or 0x21150D) is known color: Wood Bark. HEX triplet: 21, 15 and 0D. RGB value is (33,21,13). Sum of RGB (Red+Green+Blue) = 33+21+13=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #21150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21150D is #DEEAF2. Grayscale: #171717. Windows color (decimal): -14609139 or 857377. OLE color: 857377.
HSL color Cylindrical-coordinate representation of color #21150D: hue angle of 24º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21150D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 21 | 13 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.87 |
| HSL | 24º | 0.43% | 0.09% | - |
| HSV(B) | 24º | 0.61% | 0.13% | - |
| XYZ | 0.97 | 0.89 | 0.5 | - |
| YUV | 23.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 13 | 0 | 0.36 | 0.61 | 0.87 | 24 | 0.43 | 0.09 |
| Hex | 21 | 15 | D | 0 | 24 | 3D | 57 | 18 | 2B | 9 |
| Octal | 41 | 25 | 15 | 0 | 44 | 75 | 127 | 30 | 53 | 11 |
| Binary | 100001 | 10101 | 1101 | 0 | 100100 | 111101 | 1010111 | 11000 | 101011 | 1001 |
Color Harmonies of #21150D
Complementary color
Monochromatic Colors of #21150D
Black with #21150D
Text Example
Text Example
White with #21150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21150D; }
p { color: rgb(33,21,13); }
H1.HeaderClassName
{
color: #21150D;
}
.AnyTagClassName
{
color: #21150D;
}
</style>
background-color css
<style>
a { background-color: #21150D; }
a { background-color: rgb(33,21,13); }
div.DivClassName
{
background-color: #21150D;
}
.BgClassName
{
background-color: #21150D;
}
</style>
border-color css
<style>
span { border-color: #21150D; }
span { border-color: rgb(33,21,13); }
td.TdClassName
{
border-color: #21150D;
}
.TagClassName
{
border-color: #21150D;
}
</style>