Shades of Barossa #432F3B
Tints of Barossa #432F3B
RGB
CMYK
RGB Variations
Color information
#432F3B (or 0x432F3B) is known color: Barossa. HEX triplet: 43, 2F and 3B. RGB value is (67,47,59). Sum of RGB (Red+Green+Blue) = 67+47+59=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 67 - color contains mainly: red. Hex color #432F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F3B is #BCD0C4. Grayscale: #363636. Windows color (decimal): -12374213 or 3878723. OLE color: 3878723.
HSL color Cylindrical-coordinate representation of color #432F3B: hue angle of 324º 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 #432F3B is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 59 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.74 |
| HSL | 324º | 0.18% | 0.22% | - |
| HSV(B) | 324º | 0.3% | 0.26% | - |
| XYZ | 4.12 | 3.54 | 4.6 | - |
| YUV | 54.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 59 | 0 | 0.30 | 0.12 | 0.74 | 324 | 0.18 | 0.22 |
| Hex | 43 | 2F | 3B | 0 | 1E | C | 4A | 144 | 12 | 16 |
| Octal | 103 | 57 | 73 | 0 | 36 | 14 | 112 | 504 | 22 | 26 |
| Binary | 1000011 | 101111 | 111011 | 0 | 11110 | 1100 | 1001010 | 101000100 | 10010 | 10110 |
Color Harmonies of #432F3B
Complementary color
Monochromatic Colors of #432F3B
Black with #432F3B
Text Example
Text Example
White with #432F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F3B; }
p { color: rgb(67,47,59); }
H1.HeaderClassName
{
color: #432F3B;
}
.AnyTagClassName
{
color: #432F3B;
}
</style>
background-color css
<style>
a { background-color: #432F3B; }
a { background-color: rgb(67,47,59); }
div.DivClassName
{
background-color: #432F3B;
}
.BgClassName
{
background-color: #432F3B;
}
</style>
border-color css
<style>
span { border-color: #432F3B; }
span { border-color: rgb(67,47,59); }
td.TdClassName
{
border-color: #432F3B;
}
.TagClassName
{
border-color: #432F3B;
}
</style>