Shades of Barossa #422C37
Tints of Barossa #422C37
RGB
CMYK
RGB Variations
Color information
#422C37 (or 0x422C37) is known color: Barossa. HEX triplet: 42, 2C and 37. RGB value is (66,44,55). Sum of RGB (Red+Green+Blue) = 66+44+55=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #422C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C37 is #BDD3C8. Grayscale: #333333. Windows color (decimal): -12440521 or 3615810. OLE color: 3615810.
HSL color Cylindrical-coordinate representation of color #422C37: hue angle of 330º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422C37 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 55 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.74 |
| HSL | 330º | 0.2% | 0.22% | - |
| HSV(B) | 330º | 0.33% | 0.26% | - |
| XYZ | 3.84 | 3.24 | 4.04 | - |
| YUV | 51.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 55 | 0 | 0.33 | 0.17 | 0.74 | 330 | 0.2 | 0.22 |
| Hex | 42 | 2C | 37 | 0 | 21 | 11 | 4A | 14A | 14 | 16 |
| Octal | 102 | 54 | 67 | 0 | 41 | 21 | 112 | 512 | 24 | 26 |
| Binary | 1000010 | 101100 | 110111 | 0 | 100001 | 10001 | 1001010 | 101001010 | 10100 | 10110 |
Color Harmonies of #422C37
Complementary color
Monochromatic Colors of #422C37
Black with #422C37
Text Example
Text Example
White with #422C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C37; }
p { color: rgb(66,44,55); }
H1.HeaderClassName
{
color: #422C37;
}
.AnyTagClassName
{
color: #422C37;
}
</style>
background-color css
<style>
a { background-color: #422C37; }
a { background-color: rgb(66,44,55); }
div.DivClassName
{
background-color: #422C37;
}
.BgClassName
{
background-color: #422C37;
}
</style>
border-color css
<style>
span { border-color: #422C37; }
span { border-color: rgb(66,44,55); }
td.TdClassName
{
border-color: #422C37;
}
.TagClassName
{
border-color: #422C37;
}
</style>