Shades of Barossa #432B36
Tints of Barossa #432B36
RGB
CMYK
RGB Variations
Color information
#432B36 (or 0x432B36) is known color: Barossa. HEX triplet: 43, 2B and 36. RGB value is (67,43,54). Sum of RGB (Red+Green+Blue) = 67+43+54=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 67 - color contains mainly: red. Hex color #432B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432B36 is #BCD4C9. Grayscale: #333333. Windows color (decimal): -12375242 or 3550019. OLE color: 3550019.
HSL color Cylindrical-coordinate representation of color #432B36: hue angle of 332.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #432B36 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 43 | 54 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.74 |
| HSL | 332.5º | 0.22% | 0.22% | - |
| HSV(B) | 332.5º | 0.36% | 0.26% | - |
| XYZ | 3.84 | 3.19 | 3.9 | - |
| YUV | 51.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 54 | 0 | 0.36 | 0.19 | 0.74 | 332.5 | 0.22 | 0.22 |
| Hex | 43 | 2B | 36 | 0 | 24 | 13 | 4A | 14C | 16 | 16 |
| Octal | 103 | 53 | 66 | 0 | 44 | 23 | 112 | 514 | 26 | 26 |
| Binary | 1000011 | 101011 | 110110 | 0 | 100100 | 10011 | 1001010 | 101001100 | 10110 | 10110 |
Color Harmonies of #432B36
Complementary color
Monochromatic Colors of #432B36
Black with #432B36
Text Example
Text Example
White with #432B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B36; }
p { color: rgb(67,43,54); }
H1.HeaderClassName
{
color: #432B36;
}
.AnyTagClassName
{
color: #432B36;
}
</style>
background-color css
<style>
a { background-color: #432B36; }
a { background-color: rgb(67,43,54); }
div.DivClassName
{
background-color: #432B36;
}
.BgClassName
{
background-color: #432B36;
}
</style>
border-color css
<style>
span { border-color: #432B36; }
span { border-color: rgb(67,43,54); }
td.TdClassName
{
border-color: #432B36;
}
.TagClassName
{
border-color: #432B36;
}
</style>