Shades of Livid Brown #432121
Tints of Livid Brown #432121
RGB
CMYK
RGB Variations
Color information
#432121 (or 0x432121) is known color: Livid Brown. HEX triplet: 43, 21 and 21. RGB value is (67,33,33). Sum of RGB (Red+Green+Blue) = 67+33+33=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #432121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432121 is #BCDEDE. Grayscale: #2B2B2B. Windows color (decimal): -12377823 or 2171203. OLE color: 2171203.
HSL color Cylindrical-coordinate representation of color #432121: hue angle of 0º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #432121 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 33 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.74 |
| HSL | 0º | 0.34% | 0.2% | - |
| HSV(B) | 0º | 0.51% | 0.26% | - |
| XYZ | 3.13 | 2.39 | 1.74 | - |
| YUV | 43.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 33 | 0 | 0.51 | 0.51 | 0.74 | 0 | 0.34 | 0.2 |
| Hex | 43 | 21 | 21 | 0 | 33 | 33 | 4A | 0 | 22 | 14 |
| Octal | 103 | 41 | 41 | 0 | 63 | 63 | 112 | 0 | 42 | 24 |
| Binary | 1000011 | 100001 | 100001 | 0 | 110011 | 110011 | 1001010 | 0 | 100010 | 10100 |
Color Harmonies of #432121
Complementary color
Monochromatic Colors of #432121
Black with #432121
Text Example
Text Example
White with #432121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432121; }
p { color: rgb(67,33,33); }
H1.HeaderClassName
{
color: #432121;
}
.AnyTagClassName
{
color: #432121;
}
</style>
background-color css
<style>
a { background-color: #432121; }
a { background-color: rgb(67,33,33); }
div.DivClassName
{
background-color: #432121;
}
.BgClassName
{
background-color: #432121;
}
</style>
border-color css
<style>
span { border-color: #432121; }
span { border-color: rgb(67,33,33); }
td.TdClassName
{
border-color: #432121;
}
.TagClassName
{
border-color: #432121;
}
</style>