Shades of Barossa #483A42
Tints of Barossa #483A42
RGB
CMYK
RGB Variations
Color information
#483A42 (or 0x483A42) is known color: Barossa. HEX triplet: 48, 3A and 42. RGB value is (72,58,66). Sum of RGB (Red+Green+Blue) = 72+58+66=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #483A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A42 is #B7C5BD. Grayscale: #3F3F3F. Windows color (decimal): -12043710 or 4340296. OLE color: 4340296.
HSL color Cylindrical-coordinate representation of color #483A42: hue angle of 325.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483A42 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 66 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.72 |
| HSL | 325.71º | 0.11% | 0.25% | - |
| HSV(B) | 325.71º | 0.19% | 0.28% | - |
| XYZ | 5.17 | 4.8 | 5.81 | - |
| YUV | 63.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 66 | 0 | 0.19 | 0.08 | 0.72 | 325.71 | 0.11 | 0.25 |
| Hex | 48 | 3A | 42 | 0 | 13 | 8 | 48 | 146 | B | 19 |
| Octal | 110 | 72 | 102 | 0 | 23 | 10 | 110 | 506 | 13 | 31 |
| Binary | 1001000 | 111010 | 1000010 | 0 | 10011 | 1000 | 1001000 | 101000110 | 1011 | 11001 |
Color Harmonies of #483A42
Complementary color
Monochromatic Colors of #483A42
Black with #483A42
Text Example
Text Example
White with #483A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A42; }
p { color: rgb(72,58,66); }
H1.HeaderClassName
{
color: #483A42;
}
.AnyTagClassName
{
color: #483A42;
}
</style>
background-color css
<style>
a { background-color: #483A42; }
a { background-color: rgb(72,58,66); }
div.DivClassName
{
background-color: #483A42;
}
.BgClassName
{
background-color: #483A42;
}
</style>
border-color css
<style>
span { border-color: #483A42; }
span { border-color: rgb(72,58,66); }
td.TdClassName
{
border-color: #483A42;
}
.TagClassName
{
border-color: #483A42;
}
</style>