Shades of Barossa #422F39
Tints of Barossa #422F39
RGB
CMYK
RGB Variations
Color information
#422F39 (or 0x422F39) is known color: Barossa. HEX triplet: 42, 2F and 39. RGB value is (66,47,57). Sum of RGB (Red+Green+Blue) = 66+47+57=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #422F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F39 is #BDD0C6. Grayscale: #353535. Windows color (decimal): -12439751 or 3747650. OLE color: 3747650.
HSL color Cylindrical-coordinate representation of color #422F39: hue angle of 328.42º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #422F39 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 57 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.74 |
| HSL | 328.42º | 0.17% | 0.22% | - |
| HSV(B) | 328.42º | 0.29% | 0.26% | - |
| XYZ | 4 | 3.49 | 4.33 | - |
| YUV | 53.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 57 | 0 | 0.29 | 0.14 | 0.74 | 328.42 | 0.17 | 0.22 |
| Hex | 42 | 2F | 39 | 0 | 1D | E | 4A | 148 | 11 | 16 |
| Octal | 102 | 57 | 71 | 0 | 35 | 16 | 112 | 510 | 21 | 26 |
| Binary | 1000010 | 101111 | 111001 | 0 | 11101 | 1110 | 1001010 | 101001000 | 10001 | 10110 |
Color Harmonies of #422F39
Complementary color
Monochromatic Colors of #422F39
Black with #422F39
Text Example
Text Example
White with #422F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F39; }
p { color: rgb(66,47,57); }
H1.HeaderClassName
{
color: #422F39;
}
.AnyTagClassName
{
color: #422F39;
}
</style>
background-color css
<style>
a { background-color: #422F39; }
a { background-color: rgb(66,47,57); }
div.DivClassName
{
background-color: #422F39;
}
.BgClassName
{
background-color: #422F39;
}
</style>
border-color css
<style>
span { border-color: #422F39; }
span { border-color: rgb(66,47,57); }
td.TdClassName
{
border-color: #422F39;
}
.TagClassName
{
border-color: #422F39;
}
</style>