Shades of Castro #501B31
Tints of Castro #501B31
RGB
CMYK
RGB Variations
Color information
#501B31 (or 0x501B31) is known color: Castro. HEX triplet: 50, 1B and 31. RGB value is (80,27,49). Sum of RGB (Red+Green+Blue) = 80+27+49=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B31 is #AFE4CE. Grayscale: #2D2D2D. Windows color (decimal): -11527375 or 3218256. OLE color: 3218256.
HSL color Cylindrical-coordinate representation of color #501B31: hue angle of 335.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B31 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 49 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.69 |
| HSL | 335.09º | 0.5% | 0.21% | - |
| HSV(B) | 335.09º | 0.66% | 0.31% | - |
| XYZ | 4.25 | 2.71 | 3.2 | - |
| YUV | 45.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 49 | 0 | 0.66 | 0.39 | 0.69 | 335.09 | 0.5 | 0.21 |
| Hex | 50 | 1B | 31 | 0 | 42 | 27 | 45 | 14F | 32 | 15 |
| Octal | 120 | 33 | 61 | 0 | 102 | 47 | 105 | 517 | 62 | 25 |
| Binary | 1010000 | 11011 | 110001 | 0 | 1000010 | 100111 | 1000101 | 101001111 | 110010 | 10101 |
Color Harmonies of #501B31
Complementary color
Monochromatic Colors of #501B31
Black with #501B31
Text Example
Text Example
White with #501B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B31; }
p { color: rgb(80,27,49); }
H1.HeaderClassName
{
color: #501B31;
}
.AnyTagClassName
{
color: #501B31;
}
</style>
background-color css
<style>
a { background-color: #501B31; }
a { background-color: rgb(80,27,49); }
div.DivClassName
{
background-color: #501B31;
}
.BgClassName
{
background-color: #501B31;
}
</style>
border-color css
<style>
span { border-color: #501B31; }
span { border-color: rgb(80,27,49); }
td.TdClassName
{
border-color: #501B31;
}
.TagClassName
{
border-color: #501B31;
}
</style>