Shades of Barossa #533143
Tints of Barossa #533143
RGB
CMYK
RGB Variations
Color information
#533143 (or 0x533143) is known color: Barossa. HEX triplet: 53, 31 and 43. RGB value is (83,49,67). Sum of RGB (Red+Green+Blue) = 83+49+67=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #533143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533143 is #ACCEBC. Grayscale: #3D3D3D. Windows color (decimal): -11325117 or 4403539. OLE color: 4403539.
HSL color Cylindrical-coordinate representation of color #533143: hue angle of 328.24º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #533143 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 67 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.67 |
| HSL | 328.24º | 0.26% | 0.26% | - |
| HSV(B) | 328.24º | 0.41% | 0.33% | - |
| XYZ | 5.68 | 4.44 | 5.87 | - |
| YUV | 61.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 67 | 0 | 0.41 | 0.19 | 0.67 | 328.24 | 0.26 | 0.26 |
| Hex | 53 | 31 | 43 | 0 | 29 | 13 | 43 | 148 | 1A | 1A |
| Octal | 123 | 61 | 103 | 0 | 51 | 23 | 103 | 510 | 32 | 32 |
| Binary | 1010011 | 110001 | 1000011 | 0 | 101001 | 10011 | 1000011 | 101001000 | 11010 | 11010 |
Color Harmonies of #533143
Complementary color
Monochromatic Colors of #533143
Black with #533143
Text Example
Text Example
White with #533143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533143; }
p { color: rgb(83,49,67); }
H1.HeaderClassName
{
color: #533143;
}
.AnyTagClassName
{
color: #533143;
}
</style>
background-color css
<style>
a { background-color: #533143; }
a { background-color: rgb(83,49,67); }
div.DivClassName
{
background-color: #533143;
}
.BgClassName
{
background-color: #533143;
}
</style>
border-color css
<style>
span { border-color: #533143; }
span { border-color: rgb(83,49,67); }
td.TdClassName
{
border-color: #533143;
}
.TagClassName
{
border-color: #533143;
}
</style>