Shades of Barossa #432C36
Tints of Barossa #432C36
RGB
CMYK
RGB Variations
Color information
#432C36 (or 0x432C36) is known color: Barossa. HEX triplet: 43, 2C and 36. RGB value is (67,44,54). Sum of RGB (Red+Green+Blue) = 67+44+54=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 67 - color contains mainly: red. Hex color #432C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432C36 is #BCD3C9. Grayscale: #333333. Windows color (decimal): -12374986 or 3550275. OLE color: 3550275.
HSL color Cylindrical-coordinate representation of color #432C36: hue angle of 333.91º 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 #432C36 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 44 | 54 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.74 |
| HSL | 333.91º | 0.21% | 0.22% | - |
| HSV(B) | 333.91º | 0.34% | 0.26% | - |
| XYZ | 3.88 | 3.26 | 3.91 | - |
| YUV | 52.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 54 | 0 | 0.34 | 0.19 | 0.74 | 333.91 | 0.21 | 0.22 |
| Hex | 43 | 2C | 36 | 0 | 22 | 13 | 4A | 14E | 15 | 16 |
| Octal | 103 | 54 | 66 | 0 | 42 | 23 | 112 | 516 | 25 | 26 |
| Binary | 1000011 | 101100 | 110110 | 0 | 100010 | 10011 | 1001010 | 101001110 | 10101 | 10110 |
Color Harmonies of #432C36
Complementary color
Monochromatic Colors of #432C36
Black with #432C36
Text Example
Text Example
White with #432C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C36; }
p { color: rgb(67,44,54); }
H1.HeaderClassName
{
color: #432C36;
}
.AnyTagClassName
{
color: #432C36;
}
</style>
background-color css
<style>
a { background-color: #432C36; }
a { background-color: rgb(67,44,54); }
div.DivClassName
{
background-color: #432C36;
}
.BgClassName
{
background-color: #432C36;
}
</style>
border-color css
<style>
span { border-color: #432C36; }
span { border-color: rgb(67,44,54); }
td.TdClassName
{
border-color: #432C36;
}
.TagClassName
{
border-color: #432C36;
}
</style>