Shades of Barossa #4D273D
Tints of Barossa #4D273D
RGB
CMYK
RGB Variations
Color information
#4D273D (or 0x4D273D) is known color: Barossa. HEX triplet: 4D, 27 and 3D. RGB value is (77,39,61). Sum of RGB (Red+Green+Blue) = 77+39+61=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D273D is #B2D8C2. Grayscale: #343434. Windows color (decimal): -11720899 or 4007757. OLE color: 4007757.
HSL color Cylindrical-coordinate representation of color #4D273D: hue angle of 325.26º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D273D is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 39 | 61 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.70 |
| HSL | 325.26º | 0.33% | 0.23% | - |
| HSV(B) | 325.26º | 0.49% | 0.3% | - |
| XYZ | 4.63 | 3.37 | 4.82 | - |
| YUV | 52.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 61 | 0 | 0.49 | 0.21 | 0.70 | 325.26 | 0.33 | 0.23 |
| Hex | 4D | 27 | 3D | 0 | 31 | 15 | 46 | 145 | 21 | 17 |
| Octal | 115 | 47 | 75 | 0 | 61 | 25 | 106 | 505 | 41 | 27 |
| Binary | 1001101 | 100111 | 111101 | 0 | 110001 | 10101 | 1000110 | 101000101 | 100001 | 10111 |
Color Harmonies of #4D273D
Complementary color
Monochromatic Colors of #4D273D
Black with #4D273D
Text Example
Text Example
White with #4D273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D273D; }
p { color: rgb(77,39,61); }
H1.HeaderClassName
{
color: #4D273D;
}
.AnyTagClassName
{
color: #4D273D;
}
</style>
background-color css
<style>
a { background-color: #4D273D; }
a { background-color: rgb(77,39,61); }
div.DivClassName
{
background-color: #4D273D;
}
.BgClassName
{
background-color: #4D273D;
}
</style>
border-color css
<style>
span { border-color: #4D273D; }
span { border-color: rgb(77,39,61); }
td.TdClassName
{
border-color: #4D273D;
}
.TagClassName
{
border-color: #4D273D;
}
</style>