Shades of Barossa #432C38
Tints of Barossa #432C38
RGB
CMYK
RGB Variations
Color information
#432C38 (or 0x432C38) is known color: Barossa. HEX triplet: 43, 2C and 38. RGB value is (67,44,56). Sum of RGB (Red+Green+Blue) = 67+44+56=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 67 - color contains mainly: red. Hex color #432C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432C38 is #BCD3C7. Grayscale: #343434. Windows color (decimal): -12374984 or 3681347. OLE color: 3681347.
HSL color Cylindrical-coordinate representation of color #432C38: hue angle of 328.7º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #432C38 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 44 | 56 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.74 |
| HSL | 328.7º | 0.21% | 0.22% | - |
| HSV(B) | 328.7º | 0.34% | 0.26% | - |
| XYZ | 3.93 | 3.28 | 4.17 | - |
| YUV | 52.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 56 | 0 | 0.34 | 0.16 | 0.74 | 328.7 | 0.21 | 0.22 |
| Hex | 43 | 2C | 38 | 0 | 22 | 10 | 4A | 149 | 15 | 16 |
| Octal | 103 | 54 | 70 | 0 | 42 | 20 | 112 | 511 | 25 | 26 |
| Binary | 1000011 | 101100 | 111000 | 0 | 100010 | 10000 | 1001010 | 101001001 | 10101 | 10110 |
Color Harmonies of #432C38
Complementary color
Monochromatic Colors of #432C38
Black with #432C38
Text Example
Text Example
White with #432C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C38; }
p { color: rgb(67,44,56); }
H1.HeaderClassName
{
color: #432C38;
}
.AnyTagClassName
{
color: #432C38;
}
</style>
background-color css
<style>
a { background-color: #432C38; }
a { background-color: rgb(67,44,56); }
div.DivClassName
{
background-color: #432C38;
}
.BgClassName
{
background-color: #432C38;
}
</style>
border-color css
<style>
span { border-color: #432C38; }
span { border-color: rgb(67,44,56); }
td.TdClassName
{
border-color: #432C38;
}
.TagClassName
{
border-color: #432C38;
}
</style>