Shades of Castro #531F37
Tints of Castro #531F37
RGB
CMYK
RGB Variations
Color information
#531F37 (or 0x531F37) is known color: Castro. HEX triplet: 53, 1F and 37. RGB value is (83,31,55). Sum of RGB (Red+Green+Blue) = 83+31+55=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #531F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F37 is #ACE0C8. Grayscale: #313131. Windows color (decimal): -11329737 or 3612499. OLE color: 3612499.
HSL color Cylindrical-coordinate representation of color #531F37: hue angle of 332.31º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F37 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 55 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.67 |
| HSL | 332.31º | 0.46% | 0.22% | - |
| HSV(B) | 332.31º | 0.63% | 0.33% | - |
| XYZ | 4.75 | 3.09 | 3.96 | - |
| YUV | 49.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 55 | 0 | 0.63 | 0.34 | 0.67 | 332.31 | 0.46 | 0.22 |
| Hex | 53 | 1F | 37 | 0 | 3F | 22 | 43 | 14C | 2E | 16 |
| Octal | 123 | 37 | 67 | 0 | 77 | 42 | 103 | 514 | 56 | 26 |
| Binary | 1010011 | 11111 | 110111 | 0 | 111111 | 100010 | 1000011 | 101001100 | 101110 | 10110 |
Color Harmonies of #531F37
Complementary color
Monochromatic Colors of #531F37
Black with #531F37
Text Example
Text Example
White with #531F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F37; }
p { color: rgb(83,31,55); }
H1.HeaderClassName
{
color: #531F37;
}
.AnyTagClassName
{
color: #531F37;
}
</style>
background-color css
<style>
a { background-color: #531F37; }
a { background-color: rgb(83,31,55); }
div.DivClassName
{
background-color: #531F37;
}
.BgClassName
{
background-color: #531F37;
}
</style>
border-color css
<style>
span { border-color: #531F37; }
span { border-color: rgb(83,31,55); }
td.TdClassName
{
border-color: #531F37;
}
.TagClassName
{
border-color: #531F37;
}
</style>