Shades of Barossa #4D253D
Tints of Barossa #4D253D
RGB
CMYK
RGB Variations
Color information
#4D253D (or 0x4D253D) is known color: Barossa. HEX triplet: 4D, 25 and 3D. RGB value is (77,37,61). Sum of RGB (Red+Green+Blue) = 77+37+61=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D253D is #B2DAC2. Grayscale: #333333. Windows color (decimal): -11721411 or 4007245. OLE color: 4007245.
HSL color Cylindrical-coordinate representation of color #4D253D: hue angle of 324º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D253D is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 61 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.70 |
| HSL | 324º | 0.35% | 0.22% | - |
| HSV(B) | 324º | 0.52% | 0.3% | - |
| XYZ | 4.56 | 3.24 | 4.8 | - |
| YUV | 51.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 61 | 0 | 0.52 | 0.21 | 0.70 | 324 | 0.35 | 0.22 |
| Hex | 4D | 25 | 3D | 0 | 34 | 15 | 46 | 144 | 23 | 16 |
| Octal | 115 | 45 | 75 | 0 | 64 | 25 | 106 | 504 | 43 | 26 |
| Binary | 1001101 | 100101 | 111101 | 0 | 110100 | 10101 | 1000110 | 101000100 | 100011 | 10110 |
Color Harmonies of #4D253D
Complementary color
Monochromatic Colors of #4D253D
Black with #4D253D
Text Example
Text Example
White with #4D253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D253D; }
p { color: rgb(77,37,61); }
H1.HeaderClassName
{
color: #4D253D;
}
.AnyTagClassName
{
color: #4D253D;
}
</style>
background-color css
<style>
a { background-color: #4D253D; }
a { background-color: rgb(77,37,61); }
div.DivClassName
{
background-color: #4D253D;
}
.BgClassName
{
background-color: #4D253D;
}
</style>
border-color css
<style>
span { border-color: #4D253D; }
span { border-color: rgb(77,37,61); }
td.TdClassName
{
border-color: #4D253D;
}
.TagClassName
{
border-color: #4D253D;
}
</style>