Shades of Barossa #433D40
Tints of Barossa #433D40
RGB
CMYK
RGB Variations
Color information
#433D40 (or 0x433D40) is known color: Barossa. HEX triplet: 43, 3D and 40. RGB value is (67,61,64). Sum of RGB (Red+Green+Blue) = 67+61+64=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 67 - color contains mainly: red. Hex color #433D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433D40 is #BCC2BF. Grayscale: #3F3F3F. Windows color (decimal): -12370624 or 4209987. OLE color: 4209987.
HSL color Cylindrical-coordinate representation of color #433D40: hue angle of 330º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #433D40 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 61 | 64 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.74 |
| HSL | 330º | 0.05% | 0.25% | - |
| HSV(B) | 330º | 0.09% | 0.26% | - |
| XYZ | 4.91 | 4.9 | 5.54 | - |
| YUV | 63.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 64 | 0 | 0.09 | 0.04 | 0.74 | 330 | 0.05 | 0.25 |
| Hex | 43 | 3D | 40 | 0 | 9 | 4 | 4A | 14A | 5 | 19 |
| Octal | 103 | 75 | 100 | 0 | 11 | 4 | 112 | 512 | 5 | 31 |
| Binary | 1000011 | 111101 | 1000000 | 0 | 1001 | 100 | 1001010 | 101001010 | 101 | 11001 |
Color Harmonies of #433D40
Complementary color
Monochromatic Colors of #433D40
Black with #433D40
Text Example
Text Example
White with #433D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D40; }
p { color: rgb(67,61,64); }
H1.HeaderClassName
{
color: #433D40;
}
.AnyTagClassName
{
color: #433D40;
}
</style>
background-color css
<style>
a { background-color: #433D40; }
a { background-color: rgb(67,61,64); }
div.DivClassName
{
background-color: #433D40;
}
.BgClassName
{
background-color: #433D40;
}
</style>
border-color css
<style>
span { border-color: #433D40; }
span { border-color: rgb(67,61,64); }
td.TdClassName
{
border-color: #433D40;
}
.TagClassName
{
border-color: #433D40;
}
</style>