Shades of Barossa #412E39
Tints of Barossa #412E39
RGB
CMYK
RGB Variations
Color information
#412E39 (or 0x412E39) is known color: Barossa. HEX triplet: 41, 2E and 39. RGB value is (65,46,57). Sum of RGB (Red+Green+Blue) = 65+46+57=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #412E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E39 is #BED1C6. Grayscale: #343434. Windows color (decimal): -12505543 or 3747393. OLE color: 3747393.
HSL color Cylindrical-coordinate representation of color #412E39: hue angle of 325.26º 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 #412E39 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 57 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.75 |
| HSL | 325.26º | 0.17% | 0.22% | - |
| HSV(B) | 325.26º | 0.29% | 0.25% | - |
| XYZ | 3.9 | 3.37 | 4.32 | - |
| YUV | 52.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 57 | 0 | 0.29 | 0.12 | 0.75 | 325.26 | 0.17 | 0.22 |
| Hex | 41 | 2E | 39 | 0 | 1D | C | 4B | 145 | 11 | 16 |
| Octal | 101 | 56 | 71 | 0 | 35 | 14 | 113 | 505 | 21 | 26 |
| Binary | 1000001 | 101110 | 111001 | 0 | 11101 | 1100 | 1001011 | 101000101 | 10001 | 10110 |
Color Harmonies of #412E39
Complementary color
Monochromatic Colors of #412E39
Black with #412E39
Text Example
Text Example
White with #412E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E39; }
p { color: rgb(65,46,57); }
H1.HeaderClassName
{
color: #412E39;
}
.AnyTagClassName
{
color: #412E39;
}
</style>
background-color css
<style>
a { background-color: #412E39; }
a { background-color: rgb(65,46,57); }
div.DivClassName
{
background-color: #412E39;
}
.BgClassName
{
background-color: #412E39;
}
</style>
border-color css
<style>
span { border-color: #412E39; }
span { border-color: rgb(65,46,57); }
td.TdClassName
{
border-color: #412E39;
}
.TagClassName
{
border-color: #412E39;
}
</style>