Shades of Barossa #432D3B
Tints of Barossa #432D3B
RGB
CMYK
RGB Variations
Color information
#432D3B (or 0x432D3B) is known color: Barossa. HEX triplet: 43, 2D and 3B. RGB value is (67,45,59). Sum of RGB (Red+Green+Blue) = 67+45+59=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 67 - color contains mainly: red. Hex color #432D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432D3B is #BCD2C4. Grayscale: #353535. Windows color (decimal): -12374725 or 3878211. OLE color: 3878211.
HSL color Cylindrical-coordinate representation of color #432D3B: hue angle of 321.82º 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 #432D3B is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 59 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.74 |
| HSL | 321.82º | 0.2% | 0.22% | - |
| HSV(B) | 321.82º | 0.33% | 0.26% | - |
| XYZ | 4.04 | 3.39 | 4.58 | - |
| YUV | 53.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 59 | 0 | 0.33 | 0.12 | 0.74 | 321.82 | 0.2 | 0.22 |
| Hex | 43 | 2D | 3B | 0 | 21 | C | 4A | 142 | 14 | 16 |
| Octal | 103 | 55 | 73 | 0 | 41 | 14 | 112 | 502 | 24 | 26 |
| Binary | 1000011 | 101101 | 111011 | 0 | 100001 | 1100 | 1001010 | 101000010 | 10100 | 10110 |
Color Harmonies of #432D3B
Complementary color
Monochromatic Colors of #432D3B
Black with #432D3B
Text Example
Text Example
White with #432D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D3B; }
p { color: rgb(67,45,59); }
H1.HeaderClassName
{
color: #432D3B;
}
.AnyTagClassName
{
color: #432D3B;
}
</style>
background-color css
<style>
a { background-color: #432D3B; }
a { background-color: rgb(67,45,59); }
div.DivClassName
{
background-color: #432D3B;
}
.BgClassName
{
background-color: #432D3B;
}
</style>
border-color css
<style>
span { border-color: #432D3B; }
span { border-color: rgb(67,45,59); }
td.TdClassName
{
border-color: #432D3B;
}
.TagClassName
{
border-color: #432D3B;
}
</style>