Shades of Barossa #483D43
Tints of Barossa #483D43
RGB
CMYK
RGB Variations
Color information
#483D43 (or 0x483D43) is known color: Barossa. HEX triplet: 48, 3D and 43. RGB value is (72,61,67). Sum of RGB (Red+Green+Blue) = 72+61+67=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 72 - color contains mainly: red. Hex color #483D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D43 is #B7C2BC. Grayscale: #404040. Windows color (decimal): -12042941 or 4406600. OLE color: 4406600.
HSL color Cylindrical-coordinate representation of color #483D43: hue angle of 327.27º 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 #483D43 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 67 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.72 |
| HSL | 327.27º | 0.08% | 0.26% | - |
| HSV(B) | 327.27º | 0.15% | 0.28% | - |
| XYZ | 5.35 | 5.12 | 6.02 | - |
| YUV | 64.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 67 | 0 | 0.15 | 0.07 | 0.72 | 327.27 | 0.08 | 0.26 |
| Hex | 48 | 3D | 43 | 0 | F | 7 | 48 | 147 | 8 | 1A |
| Octal | 110 | 75 | 103 | 0 | 17 | 7 | 110 | 507 | 10 | 32 |
| Binary | 1001000 | 111101 | 1000011 | 0 | 1111 | 111 | 1001000 | 101000111 | 1000 | 11010 |
Color Harmonies of #483D43
Complementary color
Monochromatic Colors of #483D43
Black with #483D43
Text Example
Text Example
White with #483D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D43; }
p { color: rgb(72,61,67); }
H1.HeaderClassName
{
color: #483D43;
}
.AnyTagClassName
{
color: #483D43;
}
</style>
background-color css
<style>
a { background-color: #483D43; }
a { background-color: rgb(72,61,67); }
div.DivClassName
{
background-color: #483D43;
}
.BgClassName
{
background-color: #483D43;
}
</style>
border-color css
<style>
span { border-color: #483D43; }
span { border-color: rgb(72,61,67); }
td.TdClassName
{
border-color: #483D43;
}
.TagClassName
{
border-color: #483D43;
}
</style>