Shades of Barossa #422D3A
Tints of Barossa #422D3A
RGB
CMYK
RGB Variations
Color information
#422D3A (or 0x422D3A) is known color: Barossa. HEX triplet: 42, 2D and 3A. RGB value is (66,45,58). Sum of RGB (Red+Green+Blue) = 66+45+58=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 66 - color contains mainly: red. Hex color #422D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D3A is #BDD2C5. Grayscale: #343434. Windows color (decimal): -12440262 or 3812674. OLE color: 3812674.
HSL color Cylindrical-coordinate representation of color #422D3A: hue angle of 322.86º 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 #422D3A is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 58 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.74 |
| HSL | 322.86º | 0.19% | 0.22% | - |
| HSV(B) | 322.86º | 0.32% | 0.26% | - |
| XYZ | 3.95 | 3.34 | 4.44 | - |
| YUV | 52.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 58 | 0 | 0.32 | 0.12 | 0.74 | 322.86 | 0.19 | 0.22 |
| Hex | 42 | 2D | 3A | 0 | 20 | C | 4A | 143 | 13 | 16 |
| Octal | 102 | 55 | 72 | 0 | 40 | 14 | 112 | 503 | 23 | 26 |
| Binary | 1000010 | 101101 | 111010 | 0 | 100000 | 1100 | 1001010 | 101000011 | 10011 | 10110 |
Color Harmonies of #422D3A
Complementary color
Monochromatic Colors of #422D3A
Black with #422D3A
Text Example
Text Example
White with #422D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D3A; }
p { color: rgb(66,45,58); }
H1.HeaderClassName
{
color: #422D3A;
}
.AnyTagClassName
{
color: #422D3A;
}
</style>
background-color css
<style>
a { background-color: #422D3A; }
a { background-color: rgb(66,45,58); }
div.DivClassName
{
background-color: #422D3A;
}
.BgClassName
{
background-color: #422D3A;
}
</style>
border-color css
<style>
span { border-color: #422D3A; }
span { border-color: rgb(66,45,58); }
td.TdClassName
{
border-color: #422D3A;
}
.TagClassName
{
border-color: #422D3A;
}
</style>