Shades of Barossa #412D36
Tints of Barossa #412D36
RGB
CMYK
RGB Variations
Color information
#412D36 (or 0x412D36) is known color: Barossa. HEX triplet: 41, 2D and 36. RGB value is (65,45,54). Sum of RGB (Red+Green+Blue) = 65+45+54=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #412D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D36 is #BED2C9. Grayscale: #333333. Windows color (decimal): -12505802 or 3550529. OLE color: 3550529.
HSL color Cylindrical-coordinate representation of color #412D36: hue angle of 333º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #412D36 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 54 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.75 |
| HSL | 333º | 0.18% | 0.22% | - |
| HSV(B) | 333º | 0.31% | 0.25% | - |
| XYZ | 3.78 | 3.27 | 3.92 | - |
| YUV | 52.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 54 | 0 | 0.31 | 0.17 | 0.75 | 333 | 0.18 | 0.22 |
| Hex | 41 | 2D | 36 | 0 | 1F | 11 | 4B | 14D | 12 | 16 |
| Octal | 101 | 55 | 66 | 0 | 37 | 21 | 113 | 515 | 22 | 26 |
| Binary | 1000001 | 101101 | 110110 | 0 | 11111 | 10001 | 1001011 | 101001101 | 10010 | 10110 |
Color Harmonies of #412D36
Complementary color
Monochromatic Colors of #412D36
Black with #412D36
Text Example
Text Example
White with #412D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D36; }
p { color: rgb(65,45,54); }
H1.HeaderClassName
{
color: #412D36;
}
.AnyTagClassName
{
color: #412D36;
}
</style>
background-color css
<style>
a { background-color: #412D36; }
a { background-color: rgb(65,45,54); }
div.DivClassName
{
background-color: #412D36;
}
.BgClassName
{
background-color: #412D36;
}
</style>
border-color css
<style>
span { border-color: #412D36; }
span { border-color: rgb(65,45,54); }
td.TdClassName
{
border-color: #412D36;
}
.TagClassName
{
border-color: #412D36;
}
</style>