Shades of Barossa #422E36
Tints of Barossa #422E36
RGB
CMYK
RGB Variations
Color information
#422E36 (or 0x422E36) is known color: Barossa. HEX triplet: 42, 2E and 36. RGB value is (66,46,54). Sum of RGB (Red+Green+Blue) = 66+46+54=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #422E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E36 is #BDD1C9. Grayscale: #343434. Windows color (decimal): -12440010 or 3550786. OLE color: 3550786.
HSL color Cylindrical-coordinate representation of color #422E36: hue angle of 336º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #422E36 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 46 | 54 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.74 |
| HSL | 336º | 0.18% | 0.22% | - |
| HSV(B) | 336º | 0.3% | 0.26% | - |
| XYZ | 3.89 | 3.38 | 3.94 | - |
| YUV | 52.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 54 | 0 | 0.30 | 0.18 | 0.74 | 336 | 0.18 | 0.22 |
| Hex | 42 | 2E | 36 | 0 | 1E | 12 | 4A | 150 | 12 | 16 |
| Octal | 102 | 56 | 66 | 0 | 36 | 22 | 112 | 520 | 22 | 26 |
| Binary | 1000010 | 101110 | 110110 | 0 | 11110 | 10010 | 1001010 | 101010000 | 10010 | 10110 |
Color Harmonies of #422E36
Complementary color
Monochromatic Colors of #422E36
Black with #422E36
Text Example
Text Example
White with #422E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E36; }
p { color: rgb(66,46,54); }
H1.HeaderClassName
{
color: #422E36;
}
.AnyTagClassName
{
color: #422E36;
}
</style>
background-color css
<style>
a { background-color: #422E36; }
a { background-color: rgb(66,46,54); }
div.DivClassName
{
background-color: #422E36;
}
.BgClassName
{
background-color: #422E36;
}
</style>
border-color css
<style>
span { border-color: #422E36; }
span { border-color: rgb(66,46,54); }
td.TdClassName
{
border-color: #422E36;
}
.TagClassName
{
border-color: #422E36;
}
</style>