Shades of Barossa #422D39
Tints of Barossa #422D39
RGB
CMYK
RGB Variations
Color information
#422D39 (or 0x422D39) is known color: Barossa. HEX triplet: 42, 2D and 39. RGB value is (66,45,57). Sum of RGB (Red+Green+Blue) = 66+45+57=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #422D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D39 is #BDD2C6. Grayscale: #343434. Windows color (decimal): -12440263 or 3747138. OLE color: 3747138.
HSL color Cylindrical-coordinate representation of color #422D39: hue angle of 325.71º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #422D39 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 57 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.74 |
| HSL | 325.71º | 0.19% | 0.22% | - |
| HSV(B) | 325.71º | 0.32% | 0.26% | - |
| XYZ | 3.92 | 3.33 | 4.31 | - |
| YUV | 52.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 57 | 0 | 0.32 | 0.14 | 0.74 | 325.71 | 0.19 | 0.22 |
| Hex | 42 | 2D | 39 | 0 | 20 | E | 4A | 146 | 13 | 16 |
| Octal | 102 | 55 | 71 | 0 | 40 | 16 | 112 | 506 | 23 | 26 |
| Binary | 1000010 | 101101 | 111001 | 0 | 100000 | 1110 | 1001010 | 101000110 | 10011 | 10110 |
Color Harmonies of #422D39
Complementary color
Monochromatic Colors of #422D39
Black with #422D39
Text Example
Text Example
White with #422D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D39; }
p { color: rgb(66,45,57); }
H1.HeaderClassName
{
color: #422D39;
}
.AnyTagClassName
{
color: #422D39;
}
</style>
background-color css
<style>
a { background-color: #422D39; }
a { background-color: rgb(66,45,57); }
div.DivClassName
{
background-color: #422D39;
}
.BgClassName
{
background-color: #422D39;
}
</style>
border-color css
<style>
span { border-color: #422D39; }
span { border-color: rgb(66,45,57); }
td.TdClassName
{
border-color: #422D39;
}
.TagClassName
{
border-color: #422D39;
}
</style>