Shades of Barossa #4B373F
Tints of Barossa #4B373F
RGB
CMYK
RGB Variations
Color information
#4B373F (or 0x4B373F) is known color: Barossa. HEX triplet: 4B, 37 and 3F. RGB value is (75,55,63). Sum of RGB (Red+Green+Blue) = 75+55+63=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 75 - color contains mainly: red. Hex color #4B373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B373F is #B4C8C0. Grayscale: #3D3D3D. Windows color (decimal): -11847873 or 4142923. OLE color: 4142923.
HSL color Cylindrical-coordinate representation of color #4B373F: hue angle of 336º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B373F is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 55 | 63 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.71 |
| HSL | 336º | 0.15% | 0.25% | - |
| HSV(B) | 336º | 0.27% | 0.29% | - |
| XYZ | 5.17 | 4.59 | 5.32 | - |
| YUV | 61.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 63 | 0 | 0.27 | 0.16 | 0.71 | 336 | 0.15 | 0.25 |
| Hex | 4B | 37 | 3F | 0 | 1B | 10 | 47 | 150 | F | 19 |
| Octal | 113 | 67 | 77 | 0 | 33 | 20 | 107 | 520 | 17 | 31 |
| Binary | 1001011 | 110111 | 111111 | 0 | 11011 | 10000 | 1000111 | 101010000 | 1111 | 11001 |
Color Harmonies of #4B373F
Complementary color
Monochromatic Colors of #4B373F
Black with #4B373F
Text Example
Text Example
White with #4B373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B373F; }
p { color: rgb(75,55,63); }
H1.HeaderClassName
{
color: #4B373F;
}
.AnyTagClassName
{
color: #4B373F;
}
</style>
background-color css
<style>
a { background-color: #4B373F; }
a { background-color: rgb(75,55,63); }
div.DivClassName
{
background-color: #4B373F;
}
.BgClassName
{
background-color: #4B373F;
}
</style>
border-color css
<style>
span { border-color: #4B373F; }
span { border-color: rgb(75,55,63); }
td.TdClassName
{
border-color: #4B373F;
}
.TagClassName
{
border-color: #4B373F;
}
</style>