Shades of Barossa #442A36
Tints of Barossa #442A36
RGB
CMYK
RGB Variations
Color information
#442A36 (or 0x442A36) is known color: Barossa. HEX triplet: 44, 2A and 36. RGB value is (68,42,54). Sum of RGB (Red+Green+Blue) = 68+42+54=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 68 - color contains mainly: red. Hex color #442A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A36 is #BBD5C9. Grayscale: #333333. Windows color (decimal): -12309962 or 3549764. OLE color: 3549764.
HSL color Cylindrical-coordinate representation of color #442A36: hue angle of 332.31º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A36 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 54 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.73 |
| HSL | 332.31º | 0.24% | 0.22% | - |
| HSV(B) | 332.31º | 0.38% | 0.27% | - |
| XYZ | 3.88 | 3.15 | 3.89 | - |
| YUV | 51.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 54 | 0 | 0.38 | 0.21 | 0.73 | 332.31 | 0.24 | 0.22 |
| Hex | 44 | 2A | 36 | 0 | 26 | 15 | 49 | 14C | 18 | 16 |
| Octal | 104 | 52 | 66 | 0 | 46 | 25 | 111 | 514 | 30 | 26 |
| Binary | 1000100 | 101010 | 110110 | 0 | 100110 | 10101 | 1001001 | 101001100 | 11000 | 10110 |
Color Harmonies of #442A36
Complementary color
Monochromatic Colors of #442A36
Black with #442A36
Text Example
Text Example
White with #442A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A36; }
p { color: rgb(68,42,54); }
H1.HeaderClassName
{
color: #442A36;
}
.AnyTagClassName
{
color: #442A36;
}
</style>
background-color css
<style>
a { background-color: #442A36; }
a { background-color: rgb(68,42,54); }
div.DivClassName
{
background-color: #442A36;
}
.BgClassName
{
background-color: #442A36;
}
</style>
border-color css
<style>
span { border-color: #442A36; }
span { border-color: rgb(68,42,54); }
td.TdClassName
{
border-color: #442A36;
}
.TagClassName
{
border-color: #442A36;
}
</style>