Shades of Barossa #4B273D
Tints of Barossa #4B273D
RGB
CMYK
RGB Variations
Color information
#4B273D (or 0x4B273D) is known color: Barossa. HEX triplet: 4B, 27 and 3D. RGB value is (75,39,61). Sum of RGB (Red+Green+Blue) = 75+39+61=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B273D is #B4D8C2. Grayscale: #343434. Windows color (decimal): -11851971 or 4007755. OLE color: 4007755.
HSL color Cylindrical-coordinate representation of color #4B273D: hue angle of 323.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B273D is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 61 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.71 |
| HSL | 323.33º | 0.32% | 0.22% | - |
| HSV(B) | 323.33º | 0.48% | 0.29% | - |
| XYZ | 4.47 | 3.28 | 4.81 | - |
| YUV | 52.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 61 | 0 | 0.48 | 0.19 | 0.71 | 323.33 | 0.32 | 0.22 |
| Hex | 4B | 27 | 3D | 0 | 30 | 13 | 47 | 143 | 20 | 16 |
| Octal | 113 | 47 | 75 | 0 | 60 | 23 | 107 | 503 | 40 | 26 |
| Binary | 1001011 | 100111 | 111101 | 0 | 110000 | 10011 | 1000111 | 101000011 | 100000 | 10110 |
Color Harmonies of #4B273D
Complementary color
Monochromatic Colors of #4B273D
Black with #4B273D
Text Example
Text Example
White with #4B273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B273D; }
p { color: rgb(75,39,61); }
H1.HeaderClassName
{
color: #4B273D;
}
.AnyTagClassName
{
color: #4B273D;
}
</style>
background-color css
<style>
a { background-color: #4B273D; }
a { background-color: rgb(75,39,61); }
div.DivClassName
{
background-color: #4B273D;
}
.BgClassName
{
background-color: #4B273D;
}
</style>
border-color css
<style>
span { border-color: #4B273D; }
span { border-color: rgb(75,39,61); }
td.TdClassName
{
border-color: #4B273D;
}
.TagClassName
{
border-color: #4B273D;
}
</style>