Shades of Barossa #412E3A
Tints of Barossa #412E3A
RGB
CMYK
RGB Variations
Color information
#412E3A (or 0x412E3A) is known color: Barossa. HEX triplet: 41, 2E and 3A. RGB value is (65,46,58). Sum of RGB (Red+Green+Blue) = 65+46+58=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #412E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E3A is #BED1C5. Grayscale: #353535. Windows color (decimal): -12505542 or 3812929. OLE color: 3812929.
HSL color Cylindrical-coordinate representation of color #412E3A: hue angle of 322.11º 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 #412E3A is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 58 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.75 |
| HSL | 322.11º | 0.17% | 0.22% | - |
| HSV(B) | 322.11º | 0.29% | 0.25% | - |
| XYZ | 3.92 | 3.38 | 4.45 | - |
| YUV | 53.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 58 | 0 | 0.29 | 0.11 | 0.75 | 322.11 | 0.17 | 0.22 |
| Hex | 41 | 2E | 3A | 0 | 1D | B | 4B | 142 | 11 | 16 |
| Octal | 101 | 56 | 72 | 0 | 35 | 13 | 113 | 502 | 21 | 26 |
| Binary | 1000001 | 101110 | 111010 | 0 | 11101 | 1011 | 1001011 | 101000010 | 10001 | 10110 |
Color Harmonies of #412E3A
Complementary color
Monochromatic Colors of #412E3A
Black with #412E3A
Text Example
Text Example
White with #412E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E3A; }
p { color: rgb(65,46,58); }
H1.HeaderClassName
{
color: #412E3A;
}
.AnyTagClassName
{
color: #412E3A;
}
</style>
background-color css
<style>
a { background-color: #412E3A; }
a { background-color: rgb(65,46,58); }
div.DivClassName
{
background-color: #412E3A;
}
.BgClassName
{
background-color: #412E3A;
}
</style>
border-color css
<style>
span { border-color: #412E3A; }
span { border-color: rgb(65,46,58); }
td.TdClassName
{
border-color: #412E3A;
}
.TagClassName
{
border-color: #412E3A;
}
</style>