Shades of Barossa #412A37
Tints of Barossa #412A37
RGB
CMYK
RGB Variations
Color information
#412A37 (or 0x412A37) is known color: Barossa. HEX triplet: 41, 2A and 37. RGB value is (65,42,55). Sum of RGB (Red+Green+Blue) = 65+42+55=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #412A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A37 is #BED5C8. Grayscale: #323232. Windows color (decimal): -12506569 or 3615297. OLE color: 3615297.
HSL color Cylindrical-coordinate representation of color #412A37: hue angle of 326.09º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #412A37 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 55 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.75 |
| HSL | 326.09º | 0.21% | 0.21% | - |
| HSV(B) | 326.09º | 0.35% | 0.25% | - |
| XYZ | 3.7 | 3.06 | 4.01 | - |
| YUV | 50.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 55 | 0 | 0.35 | 0.15 | 0.75 | 326.09 | 0.21 | 0.21 |
| Hex | 41 | 2A | 37 | 0 | 23 | F | 4B | 146 | 15 | 15 |
| Octal | 101 | 52 | 67 | 0 | 43 | 17 | 113 | 506 | 25 | 25 |
| Binary | 1000001 | 101010 | 110111 | 0 | 100011 | 1111 | 1001011 | 101000110 | 10101 | 10101 |
Color Harmonies of #412A37
Complementary color
Monochromatic Colors of #412A37
Black with #412A37
Text Example
Text Example
White with #412A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A37; }
p { color: rgb(65,42,55); }
H1.HeaderClassName
{
color: #412A37;
}
.AnyTagClassName
{
color: #412A37;
}
</style>
background-color css
<style>
a { background-color: #412A37; }
a { background-color: rgb(65,42,55); }
div.DivClassName
{
background-color: #412A37;
}
.BgClassName
{
background-color: #412A37;
}
</style>
border-color css
<style>
span { border-color: #412A37; }
span { border-color: rgb(65,42,55); }
td.TdClassName
{
border-color: #412A37;
}
.TagClassName
{
border-color: #412A37;
}
</style>