Shades of Barossa #52333F
Tints of Barossa #52333F
RGB
CMYK
RGB Variations
Color information
#52333F (or 0x52333F) is known color: Barossa. HEX triplet: 52, 33 and 3F. RGB value is (82,51,63). Sum of RGB (Red+Green+Blue) = 82+51+63=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #52333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52333F is #ADCCC0. Grayscale: #3D3D3D. Windows color (decimal): -11390145 or 4141906. OLE color: 4141906.
HSL color Cylindrical-coordinate representation of color #52333F: hue angle of 336.77º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52333F is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 51 | 63 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.68 |
| HSL | 336.77º | 0.23% | 0.26% | - |
| HSV(B) | 336.77º | 0.38% | 0.32% | - |
| XYZ | 5.56 | 4.52 | 5.28 | - |
| YUV | 61.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 63 | 0 | 0.38 | 0.23 | 0.68 | 336.77 | 0.23 | 0.26 |
| Hex | 52 | 33 | 3F | 0 | 26 | 17 | 44 | 151 | 17 | 1A |
| Octal | 122 | 63 | 77 | 0 | 46 | 27 | 104 | 521 | 27 | 32 |
| Binary | 1010010 | 110011 | 111111 | 0 | 100110 | 10111 | 1000100 | 101010001 | 10111 | 11010 |
Color Harmonies of #52333F
Complementary color
Monochromatic Colors of #52333F
Black with #52333F
Text Example
Text Example
White with #52333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52333F; }
p { color: rgb(82,51,63); }
H1.HeaderClassName
{
color: #52333F;
}
.AnyTagClassName
{
color: #52333F;
}
</style>
background-color css
<style>
a { background-color: #52333F; }
a { background-color: rgb(82,51,63); }
div.DivClassName
{
background-color: #52333F;
}
.BgClassName
{
background-color: #52333F;
}
</style>
border-color css
<style>
span { border-color: #52333F; }
span { border-color: rgb(82,51,63); }
td.TdClassName
{
border-color: #52333F;
}
.TagClassName
{
border-color: #52333F;
}
</style>