Shades of Barossa #432F37
Tints of Barossa #432F37
RGB
CMYK
RGB Variations
Color information
#432F37 (or 0x432F37) is known color: Barossa. HEX triplet: 43, 2F and 37. RGB value is (67,47,55). Sum of RGB (Red+Green+Blue) = 67+47+55=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 67 - color contains mainly: red. Hex color #432F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F37 is #BCD0C8. Grayscale: #353535. Windows color (decimal): -12374217 or 3616579. OLE color: 3616579.
HSL color Cylindrical-coordinate representation of color #432F37: hue angle of 336º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #432F37 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 55 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.74 |
| HSL | 336º | 0.18% | 0.22% | - |
| HSV(B) | 336º | 0.3% | 0.26% | - |
| XYZ | 4.02 | 3.5 | 4.08 | - |
| YUV | 53.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 55 | 0 | 0.30 | 0.18 | 0.74 | 336 | 0.18 | 0.22 |
| Hex | 43 | 2F | 37 | 0 | 1E | 12 | 4A | 150 | 12 | 16 |
| Octal | 103 | 57 | 67 | 0 | 36 | 22 | 112 | 520 | 22 | 26 |
| Binary | 1000011 | 101111 | 110111 | 0 | 11110 | 10010 | 1001010 | 101010000 | 10010 | 10110 |
Color Harmonies of #432F37
Complementary color
Monochromatic Colors of #432F37
Black with #432F37
Text Example
Text Example
White with #432F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F37; }
p { color: rgb(67,47,55); }
H1.HeaderClassName
{
color: #432F37;
}
.AnyTagClassName
{
color: #432F37;
}
</style>
background-color css
<style>
a { background-color: #432F37; }
a { background-color: rgb(67,47,55); }
div.DivClassName
{
background-color: #432F37;
}
.BgClassName
{
background-color: #432F37;
}
</style>
border-color css
<style>
span { border-color: #432F37; }
span { border-color: rgb(67,47,55); }
td.TdClassName
{
border-color: #432F37;
}
.TagClassName
{
border-color: #432F37;
}
</style>