Shades of Barossa #412E36
Tints of Barossa #412E36
RGB
CMYK
RGB Variations
Color information
#412E36 (or 0x412E36) is known color: Barossa. HEX triplet: 41, 2E and 36. RGB value is (65,46,54). Sum of RGB (Red+Green+Blue) = 65+46+54=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #412E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E36 is #BED1C9. Grayscale: #343434. Windows color (decimal): -12505546 or 3550785. OLE color: 3550785.
HSL color Cylindrical-coordinate representation of color #412E36: hue angle of 334.74º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E36 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 54 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.75 |
| HSL | 334.74º | 0.17% | 0.22% | - |
| HSV(B) | 334.74º | 0.29% | 0.25% | - |
| XYZ | 3.82 | 3.34 | 3.93 | - |
| YUV | 52.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 54 | 0 | 0.29 | 0.17 | 0.75 | 334.74 | 0.17 | 0.22 |
| Hex | 41 | 2E | 36 | 0 | 1D | 11 | 4B | 14F | 11 | 16 |
| Octal | 101 | 56 | 66 | 0 | 35 | 21 | 113 | 517 | 21 | 26 |
| Binary | 1000001 | 101110 | 110110 | 0 | 11101 | 10001 | 1001011 | 101001111 | 10001 | 10110 |
Color Harmonies of #412E36
Complementary color
Monochromatic Colors of #412E36
Black with #412E36
Text Example
Text Example
White with #412E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E36; }
p { color: rgb(65,46,54); }
H1.HeaderClassName
{
color: #412E36;
}
.AnyTagClassName
{
color: #412E36;
}
</style>
background-color css
<style>
a { background-color: #412E36; }
a { background-color: rgb(65,46,54); }
div.DivClassName
{
background-color: #412E36;
}
.BgClassName
{
background-color: #412E36;
}
</style>
border-color css
<style>
span { border-color: #412E36; }
span { border-color: rgb(65,46,54); }
td.TdClassName
{
border-color: #412E36;
}
.TagClassName
{
border-color: #412E36;
}
</style>