Shades of Barossa #412C38
Tints of Barossa #412C38
RGB
CMYK
RGB Variations
Color information
#412C38 (or 0x412C38) is known color: Barossa. HEX triplet: 41, 2C and 38. RGB value is (65,44,56). Sum of RGB (Red+Green+Blue) = 65+44+56=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #412C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C38 is #BED3C7. Grayscale: #333333. Windows color (decimal): -12506056 or 3681345. OLE color: 3681345.
HSL color Cylindrical-coordinate representation of color #412C38: hue angle of 325.71º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #412C38 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 56 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.75 |
| HSL | 325.71º | 0.19% | 0.21% | - |
| HSV(B) | 325.71º | 0.32% | 0.25% | - |
| XYZ | 3.79 | 3.21 | 4.16 | - |
| YUV | 51.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 56 | 0 | 0.32 | 0.14 | 0.75 | 325.71 | 0.19 | 0.21 |
| Hex | 41 | 2C | 38 | 0 | 20 | E | 4B | 146 | 13 | 15 |
| Octal | 101 | 54 | 70 | 0 | 40 | 16 | 113 | 506 | 23 | 25 |
| Binary | 1000001 | 101100 | 111000 | 0 | 100000 | 1110 | 1001011 | 101000110 | 10011 | 10101 |
Color Harmonies of #412C38
Complementary color
Monochromatic Colors of #412C38
Black with #412C38
Text Example
Text Example
White with #412C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C38; }
p { color: rgb(65,44,56); }
H1.HeaderClassName
{
color: #412C38;
}
.AnyTagClassName
{
color: #412C38;
}
</style>
background-color css
<style>
a { background-color: #412C38; }
a { background-color: rgb(65,44,56); }
div.DivClassName
{
background-color: #412C38;
}
.BgClassName
{
background-color: #412C38;
}
</style>
border-color css
<style>
span { border-color: #412C38; }
span { border-color: rgb(65,44,56); }
td.TdClassName
{
border-color: #412C38;
}
.TagClassName
{
border-color: #412C38;
}
</style>