Shades of Castro #501D32
Tints of Castro #501D32
RGB
CMYK
RGB Variations
Color information
#501D32 (or 0x501D32) is known color: Castro. HEX triplet: 50, 1D and 32. RGB value is (80,29,50). Sum of RGB (Red+Green+Blue) = 80+29+50=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #501D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D32 is #AFE2CD. Grayscale: #2E2E2E. Windows color (decimal): -11526862 or 3284304. OLE color: 3284304.
HSL color Cylindrical-coordinate representation of color #501D32: hue angle of 335.29º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D32 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 50 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.69 |
| HSL | 335.29º | 0.47% | 0.21% | - |
| HSV(B) | 335.29º | 0.64% | 0.31% | - |
| XYZ | 4.32 | 2.81 | 3.33 | - |
| YUV | 46.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 50 | 0 | 0.64 | 0.37 | 0.69 | 335.29 | 0.47 | 0.21 |
| Hex | 50 | 1D | 32 | 0 | 40 | 25 | 45 | 14F | 2F | 15 |
| Octal | 120 | 35 | 62 | 0 | 100 | 45 | 105 | 517 | 57 | 25 |
| Binary | 1010000 | 11101 | 110010 | 0 | 1000000 | 100101 | 1000101 | 101001111 | 101111 | 10101 |
Color Harmonies of #501D32
Complementary color
Monochromatic Colors of #501D32
Black with #501D32
Text Example
Text Example
White with #501D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D32; }
p { color: rgb(80,29,50); }
H1.HeaderClassName
{
color: #501D32;
}
.AnyTagClassName
{
color: #501D32;
}
</style>
background-color css
<style>
a { background-color: #501D32; }
a { background-color: rgb(80,29,50); }
div.DivClassName
{
background-color: #501D32;
}
.BgClassName
{
background-color: #501D32;
}
</style>
border-color css
<style>
span { border-color: #501D32; }
span { border-color: rgb(80,29,50); }
td.TdClassName
{
border-color: #501D32;
}
.TagClassName
{
border-color: #501D32;
}
</style>