Shades of Barossa #4B283D
Tints of Barossa #4B283D
RGB
CMYK
RGB Variations
Color information
#4B283D (or 0x4B283D) is known color: Barossa. HEX triplet: 4B, 28 and 3D. RGB value is (75,40,61). Sum of RGB (Red+Green+Blue) = 75+40+61=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B283D is #B4D7C2. Grayscale: #343434. Windows color (decimal): -11851715 or 4008011. OLE color: 4008011.
HSL color Cylindrical-coordinate representation of color #4B283D: hue angle of 324º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B283D is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 40 | 61 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.71 |
| HSL | 324º | 0.3% | 0.23% | - |
| HSV(B) | 324º | 0.47% | 0.29% | - |
| XYZ | 4.5 | 3.35 | 4.82 | - |
| YUV | 52.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 61 | 0 | 0.47 | 0.19 | 0.71 | 324 | 0.3 | 0.23 |
| Hex | 4B | 28 | 3D | 0 | 2F | 13 | 47 | 144 | 1E | 17 |
| Octal | 113 | 50 | 75 | 0 | 57 | 23 | 107 | 504 | 36 | 27 |
| Binary | 1001011 | 101000 | 111101 | 0 | 101111 | 10011 | 1000111 | 101000100 | 11110 | 10111 |
Color Harmonies of #4B283D
Complementary color
Monochromatic Colors of #4B283D
Black with #4B283D
Text Example
Text Example
White with #4B283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B283D; }
p { color: rgb(75,40,61); }
H1.HeaderClassName
{
color: #4B283D;
}
.AnyTagClassName
{
color: #4B283D;
}
</style>
background-color css
<style>
a { background-color: #4B283D; }
a { background-color: rgb(75,40,61); }
div.DivClassName
{
background-color: #4B283D;
}
.BgClassName
{
background-color: #4B283D;
}
</style>
border-color css
<style>
span { border-color: #4B283D; }
span { border-color: rgb(75,40,61); }
td.TdClassName
{
border-color: #4B283D;
}
.TagClassName
{
border-color: #4B283D;
}
</style>