Shades of Barossa #432D39
Tints of Barossa #432D39
RGB
CMYK
RGB Variations
Color information
#432D39 (or 0x432D39) is known color: Barossa. HEX triplet: 43, 2D and 39. RGB value is (67,45,57). Sum of RGB (Red+Green+Blue) = 67+45+57=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 67 - color contains mainly: red. Hex color #432D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432D39 is #BCD2C6. Grayscale: #343434. Windows color (decimal): -12374727 or 3747139. OLE color: 3747139.
HSL color Cylindrical-coordinate representation of color #432D39: hue angle of 327.27º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #432D39 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 57 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.74 |
| HSL | 327.27º | 0.2% | 0.22% | - |
| HSV(B) | 327.27º | 0.33% | 0.26% | - |
| XYZ | 3.99 | 3.37 | 4.31 | - |
| YUV | 52.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 57 | 0 | 0.33 | 0.15 | 0.74 | 327.27 | 0.2 | 0.22 |
| Hex | 43 | 2D | 39 | 0 | 21 | F | 4A | 147 | 14 | 16 |
| Octal | 103 | 55 | 71 | 0 | 41 | 17 | 112 | 507 | 24 | 26 |
| Binary | 1000011 | 101101 | 111001 | 0 | 100001 | 1111 | 1001010 | 101000111 | 10100 | 10110 |
Color Harmonies of #432D39
Complementary color
Monochromatic Colors of #432D39
Black with #432D39
Text Example
Text Example
White with #432D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D39; }
p { color: rgb(67,45,57); }
H1.HeaderClassName
{
color: #432D39;
}
.AnyTagClassName
{
color: #432D39;
}
</style>
background-color css
<style>
a { background-color: #432D39; }
a { background-color: rgb(67,45,57); }
div.DivClassName
{
background-color: #432D39;
}
.BgClassName
{
background-color: #432D39;
}
</style>
border-color css
<style>
span { border-color: #432D39; }
span { border-color: rgb(67,45,57); }
td.TdClassName
{
border-color: #432D39;
}
.TagClassName
{
border-color: #432D39;
}
</style>