Shades of Barossa #4B283B
Tints of Barossa #4B283B
RGB
CMYK
RGB Variations
Color information
#4B283B (or 0x4B283B) is known color: Barossa. HEX triplet: 4B, 28 and 3B. RGB value is (75,40,59). Sum of RGB (Red+Green+Blue) = 75+40+59=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B283B is #B4D7C4. Grayscale: #343434. Windows color (decimal): -11851717 or 3876939. OLE color: 3876939.
HSL color Cylindrical-coordinate representation of color #4B283B: hue angle of 327.43º 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 #4B283B is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 40 | 59 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.71 |
| HSL | 327.43º | 0.3% | 0.23% | - |
| HSV(B) | 327.43º | 0.47% | 0.29% | - |
| XYZ | 4.45 | 3.33 | 4.55 | - |
| YUV | 52.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 59 | 0 | 0.47 | 0.21 | 0.71 | 327.43 | 0.3 | 0.23 |
| Hex | 4B | 28 | 3B | 0 | 2F | 15 | 47 | 147 | 1E | 17 |
| Octal | 113 | 50 | 73 | 0 | 57 | 25 | 107 | 507 | 36 | 27 |
| Binary | 1001011 | 101000 | 111011 | 0 | 101111 | 10101 | 1000111 | 101000111 | 11110 | 10111 |
Color Harmonies of #4B283B
Complementary color
Monochromatic Colors of #4B283B
Black with #4B283B
Text Example
Text Example
White with #4B283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B283B; }
p { color: rgb(75,40,59); }
H1.HeaderClassName
{
color: #4B283B;
}
.AnyTagClassName
{
color: #4B283B;
}
</style>
background-color css
<style>
a { background-color: #4B283B; }
a { background-color: rgb(75,40,59); }
div.DivClassName
{
background-color: #4B283B;
}
.BgClassName
{
background-color: #4B283B;
}
</style>
border-color css
<style>
span { border-color: #4B283B; }
span { border-color: rgb(75,40,59); }
td.TdClassName
{
border-color: #4B283B;
}
.TagClassName
{
border-color: #4B283B;
}
</style>