Shades of Castro #501F31
Tints of Castro #501F31
RGB
CMYK
RGB Variations
Color information
#501F31 (or 0x501F31) is known color: Castro. HEX triplet: 50, 1F and 31. RGB value is (80,31,49). Sum of RGB (Red+Green+Blue) = 80+31+49=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #501F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F31 is #AFE0CE. Grayscale: #2F2F2F. Windows color (decimal): -11526351 or 3219280. OLE color: 3219280.
HSL color Cylindrical-coordinate representation of color #501F31: hue angle of 337.96º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F31 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 49 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.69 |
| HSL | 337.96º | 0.44% | 0.22% | - |
| HSV(B) | 337.96º | 0.61% | 0.31% | - |
| XYZ | 4.35 | 2.91 | 3.24 | - |
| YUV | 47.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 49 | 0 | 0.61 | 0.39 | 0.69 | 337.96 | 0.44 | 0.22 |
| Hex | 50 | 1F | 31 | 0 | 3D | 27 | 45 | 152 | 2C | 16 |
| Octal | 120 | 37 | 61 | 0 | 75 | 47 | 105 | 522 | 54 | 26 |
| Binary | 1010000 | 11111 | 110001 | 0 | 111101 | 100111 | 1000101 | 101010010 | 101100 | 10110 |
Color Harmonies of #501F31
Complementary color
Monochromatic Colors of #501F31
Black with #501F31
Text Example
Text Example
White with #501F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F31; }
p { color: rgb(80,31,49); }
H1.HeaderClassName
{
color: #501F31;
}
.AnyTagClassName
{
color: #501F31;
}
</style>
background-color css
<style>
a { background-color: #501F31; }
a { background-color: rgb(80,31,49); }
div.DivClassName
{
background-color: #501F31;
}
.BgClassName
{
background-color: #501F31;
}
</style>
border-color css
<style>
span { border-color: #501F31; }
span { border-color: rgb(80,31,49); }
td.TdClassName
{
border-color: #501F31;
}
.TagClassName
{
border-color: #501F31;
}
</style>