Shades of Barossa #4B243B
Tints of Barossa #4B243B
RGB
CMYK
RGB Variations
Color information
#4B243B (or 0x4B243B) is known color: Barossa. HEX triplet: 4B, 24 and 3B. RGB value is (75,36,59). Sum of RGB (Red+Green+Blue) = 75+36+59=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B243B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B243B is #B4DBC4. Grayscale: #323232. Windows color (decimal): -11852741 or 3875915. OLE color: 3875915.
HSL color Cylindrical-coordinate representation of color #4B243B: hue angle of 324.62º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B243B is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 59 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.71 |
| HSL | 324.62º | 0.35% | 0.22% | - |
| HSV(B) | 324.62º | 0.52% | 0.29% | - |
| XYZ | 4.32 | 3.07 | 4.5 | - |
| YUV | 50.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 59 | 0 | 0.52 | 0.21 | 0.71 | 324.62 | 0.35 | 0.22 |
| Hex | 4B | 24 | 3B | 0 | 34 | 15 | 47 | 145 | 23 | 16 |
| Octal | 113 | 44 | 73 | 0 | 64 | 25 | 107 | 505 | 43 | 26 |
| Binary | 1001011 | 100100 | 111011 | 0 | 110100 | 10101 | 1000111 | 101000101 | 100011 | 10110 |
Color Harmonies of #4B243B
Complementary color
Monochromatic Colors of #4B243B
Black with #4B243B
Text Example
Text Example
White with #4B243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B243B; }
p { color: rgb(75,36,59); }
H1.HeaderClassName
{
color: #4B243B;
}
.AnyTagClassName
{
color: #4B243B;
}
</style>
background-color css
<style>
a { background-color: #4B243B; }
a { background-color: rgb(75,36,59); }
div.DivClassName
{
background-color: #4B243B;
}
.BgClassName
{
background-color: #4B243B;
}
</style>
border-color css
<style>
span { border-color: #4B243B; }
span { border-color: rgb(75,36,59); }
td.TdClassName
{
border-color: #4B243B;
}
.TagClassName
{
border-color: #4B243B;
}
</style>