Shades of Barossa #483840
Tints of Barossa #483840
RGB
CMYK
RGB Variations
Color information
#483840 (or 0x483840) is known color: Barossa. HEX triplet: 48, 38 and 40. RGB value is (72,56,64). Sum of RGB (Red+Green+Blue) = 72+56+64=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483840 is #B7C7BF. Grayscale: #3D3D3D. Windows color (decimal): -12044224 or 4208712. OLE color: 4208712.
HSL color Cylindrical-coordinate representation of color #483840: hue angle of 330º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #483840 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 56 | 64 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.72 |
| HSL | 330º | 0.13% | 0.25% | - |
| HSV(B) | 330º | 0.22% | 0.28% | - |
| XYZ | 5.01 | 4.58 | 5.47 | - |
| YUV | 61.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 64 | 0 | 0.22 | 0.11 | 0.72 | 330 | 0.13 | 0.25 |
| Hex | 48 | 38 | 40 | 0 | 16 | B | 48 | 14A | C | 19 |
| Octal | 110 | 70 | 100 | 0 | 26 | 13 | 110 | 512 | 14 | 31 |
| Binary | 1001000 | 111000 | 1000000 | 0 | 10110 | 1011 | 1001000 | 101001010 | 1100 | 11001 |
Color Harmonies of #483840
Complementary color
Monochromatic Colors of #483840
Black with #483840
Text Example
Text Example
White with #483840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483840; }
p { color: rgb(72,56,64); }
H1.HeaderClassName
{
color: #483840;
}
.AnyTagClassName
{
color: #483840;
}
</style>
background-color css
<style>
a { background-color: #483840; }
a { background-color: rgb(72,56,64); }
div.DivClassName
{
background-color: #483840;
}
.BgClassName
{
background-color: #483840;
}
</style>
border-color css
<style>
span { border-color: #483840; }
span { border-color: rgb(72,56,64); }
td.TdClassName
{
border-color: #483840;
}
.TagClassName
{
border-color: #483840;
}
</style>