Shades of Castro #501D2D
Tints of Castro #501D2D
RGB
CMYK
RGB Variations
Color information
#501D2D (or 0x501D2D) is known color: Castro. HEX triplet: 50, 1D and 2D. RGB value is (80,29,45). Sum of RGB (Red+Green+Blue) = 80+29+45=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D2D is #AFE2D2. Grayscale: #2E2E2E. Windows color (decimal): -11526867 or 2956624. OLE color: 2956624.
HSL color Cylindrical-coordinate representation of color #501D2D: hue angle of 341.18º 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 #501D2D is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 45 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.69 |
| HSL | 341.18º | 0.47% | 0.21% | - |
| HSV(B) | 341.18º | 0.64% | 0.31% | - |
| XYZ | 4.22 | 2.77 | 2.8 | - |
| YUV | 46.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 45 | 0 | 0.64 | 0.44 | 0.69 | 341.18 | 0.47 | 0.21 |
| Hex | 50 | 1D | 2D | 0 | 40 | 2C | 45 | 155 | 2F | 15 |
| Octal | 120 | 35 | 55 | 0 | 100 | 54 | 105 | 525 | 57 | 25 |
| Binary | 1010000 | 11101 | 101101 | 0 | 1000000 | 101100 | 1000101 | 101010101 | 101111 | 10101 |
Color Harmonies of #501D2D
Complementary color
Monochromatic Colors of #501D2D
Black with #501D2D
Text Example
Text Example
White with #501D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D2D; }
p { color: rgb(80,29,45); }
H1.HeaderClassName
{
color: #501D2D;
}
.AnyTagClassName
{
color: #501D2D;
}
</style>
background-color css
<style>
a { background-color: #501D2D; }
a { background-color: rgb(80,29,45); }
div.DivClassName
{
background-color: #501D2D;
}
.BgClassName
{
background-color: #501D2D;
}
</style>
border-color css
<style>
span { border-color: #501D2D; }
span { border-color: rgb(80,29,45); }
td.TdClassName
{
border-color: #501D2D;
}
.TagClassName
{
border-color: #501D2D;
}
</style>