Shades of Barossa #432A35
Tints of Barossa #432A35
RGB
CMYK
RGB Variations
Color information
#432A35 (or 0x432A35) is known color: Barossa. HEX triplet: 43, 2A and 35. RGB value is (67,42,53). Sum of RGB (Red+Green+Blue) = 67+42+53=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #432A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432A35 is #BCD5CA. Grayscale: #323232. Windows color (decimal): -12375499 or 3484227. OLE color: 3484227.
HSL color Cylindrical-coordinate representation of color #432A35: hue angle of 333.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #432A35 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 53 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.74 |
| HSL | 333.6º | 0.23% | 0.21% | - |
| HSV(B) | 333.6º | 0.37% | 0.26% | - |
| XYZ | 3.79 | 3.11 | 3.77 | - |
| YUV | 50.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 53 | 0 | 0.37 | 0.21 | 0.74 | 333.6 | 0.23 | 0.21 |
| Hex | 43 | 2A | 35 | 0 | 25 | 15 | 4A | 14E | 17 | 15 |
| Octal | 103 | 52 | 65 | 0 | 45 | 25 | 112 | 516 | 27 | 25 |
| Binary | 1000011 | 101010 | 110101 | 0 | 100101 | 10101 | 1001010 | 101001110 | 10111 | 10101 |
Color Harmonies of #432A35
Complementary color
Monochromatic Colors of #432A35
Black with #432A35
Text Example
Text Example
White with #432A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A35; }
p { color: rgb(67,42,53); }
H1.HeaderClassName
{
color: #432A35;
}
.AnyTagClassName
{
color: #432A35;
}
</style>
background-color css
<style>
a { background-color: #432A35; }
a { background-color: rgb(67,42,53); }
div.DivClassName
{
background-color: #432A35;
}
.BgClassName
{
background-color: #432A35;
}
</style>
border-color css
<style>
span { border-color: #432A35; }
span { border-color: rgb(67,42,53); }
td.TdClassName
{
border-color: #432A35;
}
.TagClassName
{
border-color: #432A35;
}
</style>