Shades of Barossa #483D42
Tints of Barossa #483D42
RGB
CMYK
RGB Variations
Color information
#483D42 (or 0x483D42) is known color: Barossa. HEX triplet: 48, 3D and 42. RGB value is (72,61,66). Sum of RGB (Red+Green+Blue) = 72+61+66=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #483D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D42 is #B7C2BD. Grayscale: #404040. Windows color (decimal): -12042942 or 4341064. OLE color: 4341064.
HSL color Cylindrical-coordinate representation of color #483D42: hue angle of 332.73º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #483D42 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 66 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.72 |
| HSL | 332.73º | 0.08% | 0.26% | - |
| HSV(B) | 332.73º | 0.15% | 0.28% | - |
| XYZ | 5.32 | 5.11 | 5.86 | - |
| YUV | 64.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 66 | 0 | 0.15 | 0.08 | 0.72 | 332.73 | 0.08 | 0.26 |
| Hex | 48 | 3D | 42 | 0 | F | 8 | 48 | 14D | 8 | 1A |
| Octal | 110 | 75 | 102 | 0 | 17 | 10 | 110 | 515 | 10 | 32 |
| Binary | 1001000 | 111101 | 1000010 | 0 | 1111 | 1000 | 1001000 | 101001101 | 1000 | 11010 |
Color Harmonies of #483D42
Complementary color
Monochromatic Colors of #483D42
Black with #483D42
Text Example
Text Example
White with #483D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D42; }
p { color: rgb(72,61,66); }
H1.HeaderClassName
{
color: #483D42;
}
.AnyTagClassName
{
color: #483D42;
}
</style>
background-color css
<style>
a { background-color: #483D42; }
a { background-color: rgb(72,61,66); }
div.DivClassName
{
background-color: #483D42;
}
.BgClassName
{
background-color: #483D42;
}
</style>
border-color css
<style>
span { border-color: #483D42; }
span { border-color: rgb(72,61,66); }
td.TdClassName
{
border-color: #483D42;
}
.TagClassName
{
border-color: #483D42;
}
</style>