Shades of Barossa #53243B
Tints of Barossa #53243B
RGB
CMYK
RGB Variations
Color information
#53243B (or 0x53243B) is known color: Barossa. HEX triplet: 53, 24 and 3B. RGB value is (83,36,59). Sum of RGB (Red+Green+Blue) = 83+36+59=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53243B is #ACDBC4. Grayscale: #343434. Windows color (decimal): -11328453 or 3875923. OLE color: 3875923.
HSL color Cylindrical-coordinate representation of color #53243B: hue angle of 330.64º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53243B is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 36 | 59 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.67 |
| HSL | 330.64º | 0.39% | 0.23% | - |
| HSV(B) | 330.64º | 0.57% | 0.33% | - |
| XYZ | 4.99 | 3.42 | 4.53 | - |
| YUV | 52.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 59 | 0 | 0.57 | 0.29 | 0.67 | 330.64 | 0.39 | 0.23 |
| Hex | 53 | 24 | 3B | 0 | 39 | 1D | 43 | 14B | 27 | 17 |
| Octal | 123 | 44 | 73 | 0 | 71 | 35 | 103 | 513 | 47 | 27 |
| Binary | 1010011 | 100100 | 111011 | 0 | 111001 | 11101 | 1000011 | 101001011 | 100111 | 10111 |
Color Harmonies of #53243B
Complementary color
Monochromatic Colors of #53243B
Black with #53243B
Text Example
Text Example
White with #53243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53243B; }
p { color: rgb(83,36,59); }
H1.HeaderClassName
{
color: #53243B;
}
.AnyTagClassName
{
color: #53243B;
}
</style>
background-color css
<style>
a { background-color: #53243B; }
a { background-color: rgb(83,36,59); }
div.DivClassName
{
background-color: #53243B;
}
.BgClassName
{
background-color: #53243B;
}
</style>
border-color css
<style>
span { border-color: #53243B; }
span { border-color: rgb(83,36,59); }
td.TdClassName
{
border-color: #53243B;
}
.TagClassName
{
border-color: #53243B;
}
</style>