Shades of Castro #501D30
Tints of Castro #501D30
RGB
CMYK
RGB Variations
Color information
#501D30 (or 0x501D30) is known color: Castro. HEX triplet: 50, 1D and 30. RGB value is (80,29,48). Sum of RGB (Red+Green+Blue) = 80+29+48=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #501D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D30 is #AFE2CF. Grayscale: #2E2E2E. Windows color (decimal): -11526864 or 3153232. OLE color: 3153232.
HSL color Cylindrical-coordinate representation of color #501D30: hue angle of 337.65º 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 #501D30 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 48 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.69 |
| HSL | 337.65º | 0.47% | 0.21% | - |
| HSV(B) | 337.65º | 0.64% | 0.31% | - |
| XYZ | 4.28 | 2.8 | 3.11 | - |
| YUV | 46.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 48 | 0 | 0.64 | 0.40 | 0.69 | 337.65 | 0.47 | 0.21 |
| Hex | 50 | 1D | 30 | 0 | 40 | 28 | 45 | 152 | 2F | 15 |
| Octal | 120 | 35 | 60 | 0 | 100 | 50 | 105 | 522 | 57 | 25 |
| Binary | 1010000 | 11101 | 110000 | 0 | 1000000 | 101000 | 1000101 | 101010010 | 101111 | 10101 |
Color Harmonies of #501D30
Complementary color
Monochromatic Colors of #501D30
Black with #501D30
Text Example
Text Example
White with #501D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D30; }
p { color: rgb(80,29,48); }
H1.HeaderClassName
{
color: #501D30;
}
.AnyTagClassName
{
color: #501D30;
}
</style>
background-color css
<style>
a { background-color: #501D30; }
a { background-color: rgb(80,29,48); }
div.DivClassName
{
background-color: #501D30;
}
.BgClassName
{
background-color: #501D30;
}
</style>
border-color css
<style>
span { border-color: #501D30; }
span { border-color: rgb(80,29,48); }
td.TdClassName
{
border-color: #501D30;
}
.TagClassName
{
border-color: #501D30;
}
</style>