Shades of Castro #531B31
Tints of Castro #531B31
RGB
CMYK
RGB Variations
Color information
#531B31 (or 0x531B31) is known color: Castro. HEX triplet: 53, 1B and 31. RGB value is (83,27,49). Sum of RGB (Red+Green+Blue) = 83+27+49=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #531B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B31 is #ACE4CE. Grayscale: #2E2E2E. Windows color (decimal): -11330767 or 3218259. OLE color: 3218259.
HSL color Cylindrical-coordinate representation of color #531B31: hue angle of 336.43º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B31 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 49 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.67 |
| HSL | 336.43º | 0.51% | 0.22% | - |
| HSV(B) | 336.43º | 0.67% | 0.33% | - |
| XYZ | 4.51 | 2.84 | 3.22 | - |
| YUV | 46.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 49 | 0 | 0.67 | 0.41 | 0.67 | 336.43 | 0.51 | 0.22 |
| Hex | 53 | 1B | 31 | 0 | 43 | 29 | 43 | 150 | 33 | 16 |
| Octal | 123 | 33 | 61 | 0 | 103 | 51 | 103 | 520 | 63 | 26 |
| Binary | 1010011 | 11011 | 110001 | 0 | 1000011 | 101001 | 1000011 | 101010000 | 110011 | 10110 |
Color Harmonies of #531B31
Complementary color
Monochromatic Colors of #531B31
Black with #531B31
Text Example
Text Example
White with #531B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B31; }
p { color: rgb(83,27,49); }
H1.HeaderClassName
{
color: #531B31;
}
.AnyTagClassName
{
color: #531B31;
}
</style>
background-color css
<style>
a { background-color: #531B31; }
a { background-color: rgb(83,27,49); }
div.DivClassName
{
background-color: #531B31;
}
.BgClassName
{
background-color: #531B31;
}
</style>
border-color css
<style>
span { border-color: #531B31; }
span { border-color: rgb(83,27,49); }
td.TdClassName
{
border-color: #531B31;
}
.TagClassName
{
border-color: #531B31;
}
</style>