Shades of Barossa #422E35
Tints of Barossa #422E35
RGB
CMYK
RGB Variations
Color information
#422E35 (or 0x422E35) is known color: Barossa. HEX triplet: 42, 2E and 35. RGB value is (66,46,53). Sum of RGB (Red+Green+Blue) = 66+46+53=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #422E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E35 is #BDD1CA. Grayscale: #343434. Windows color (decimal): -12440011 or 3485250. OLE color: 3485250.
HSL color Cylindrical-coordinate representation of color #422E35: hue angle of 339º 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 #422E35 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 46 | 53 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.74 |
| HSL | 339º | 0.18% | 0.22% | - |
| HSV(B) | 339º | 0.3% | 0.26% | - |
| XYZ | 3.87 | 3.37 | 3.81 | - |
| YUV | 52.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 53 | 0 | 0.30 | 0.20 | 0.74 | 339 | 0.18 | 0.22 |
| Hex | 42 | 2E | 35 | 0 | 1E | 14 | 4A | 153 | 12 | 16 |
| Octal | 102 | 56 | 65 | 0 | 36 | 24 | 112 | 523 | 22 | 26 |
| Binary | 1000010 | 101110 | 110101 | 0 | 11110 | 10100 | 1001010 | 101010011 | 10010 | 10110 |
Color Harmonies of #422E35
Complementary color
Monochromatic Colors of #422E35
Black with #422E35
Text Example
Text Example
White with #422E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E35; }
p { color: rgb(66,46,53); }
H1.HeaderClassName
{
color: #422E35;
}
.AnyTagClassName
{
color: #422E35;
}
</style>
background-color css
<style>
a { background-color: #422E35; }
a { background-color: rgb(66,46,53); }
div.DivClassName
{
background-color: #422E35;
}
.BgClassName
{
background-color: #422E35;
}
</style>
border-color css
<style>
span { border-color: #422E35; }
span { border-color: rgb(66,46,53); }
td.TdClassName
{
border-color: #422E35;
}
.TagClassName
{
border-color: #422E35;
}
</style>