Shades of Barossa #432E37
Tints of Barossa #432E37
RGB
CMYK
RGB Variations
Color information
#432E37 (or 0x432E37) is known color: Barossa. HEX triplet: 43, 2E and 37. RGB value is (67,46,55). Sum of RGB (Red+Green+Blue) = 67+46+55=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 67 - color contains mainly: red. Hex color #432E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E37 is #BCD1C8. Grayscale: #353535. Windows color (decimal): -12374473 or 3616323. OLE color: 3616323.
HSL color Cylindrical-coordinate representation of color #432E37: hue angle of 334.29º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #432E37 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 55 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.74 |
| HSL | 334.29º | 0.19% | 0.22% | - |
| HSV(B) | 334.29º | 0.31% | 0.26% | - |
| XYZ | 3.98 | 3.42 | 4.07 | - |
| YUV | 53.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 55 | 0 | 0.31 | 0.18 | 0.74 | 334.29 | 0.19 | 0.22 |
| Hex | 43 | 2E | 37 | 0 | 1F | 12 | 4A | 14E | 13 | 16 |
| Octal | 103 | 56 | 67 | 0 | 37 | 22 | 112 | 516 | 23 | 26 |
| Binary | 1000011 | 101110 | 110111 | 0 | 11111 | 10010 | 1001010 | 101001110 | 10011 | 10110 |
Color Harmonies of #432E37
Complementary color
Monochromatic Colors of #432E37
Black with #432E37
Text Example
Text Example
White with #432E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E37; }
p { color: rgb(67,46,55); }
H1.HeaderClassName
{
color: #432E37;
}
.AnyTagClassName
{
color: #432E37;
}
</style>
background-color css
<style>
a { background-color: #432E37; }
a { background-color: rgb(67,46,55); }
div.DivClassName
{
background-color: #432E37;
}
.BgClassName
{
background-color: #432E37;
}
</style>
border-color css
<style>
span { border-color: #432E37; }
span { border-color: rgb(67,46,55); }
td.TdClassName
{
border-color: #432E37;
}
.TagClassName
{
border-color: #432E37;
}
</style>