Shades of Castro #501B2D
Tints of Castro #501B2D
RGB
CMYK
RGB Variations
Color information
#501B2D (or 0x501B2D) is known color: Castro. HEX triplet: 50, 1B and 2D. RGB value is (80,27,45). Sum of RGB (Red+Green+Blue) = 80+27+45=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B2D is #AFE4D2. Grayscale: #2C2C2C. Windows color (decimal): -11527379 or 2956112. OLE color: 2956112.
HSL color Cylindrical-coordinate representation of color #501B2D: hue angle of 339.62º 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 #501B2D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 45 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.69 |
| HSL | 339.62º | 0.5% | 0.21% | - |
| HSV(B) | 339.62º | 0.66% | 0.31% | - |
| XYZ | 4.17 | 2.68 | 2.78 | - |
| YUV | 44.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 45 | 0 | 0.66 | 0.44 | 0.69 | 339.62 | 0.5 | 0.21 |
| Hex | 50 | 1B | 2D | 0 | 42 | 2C | 45 | 154 | 32 | 15 |
| Octal | 120 | 33 | 55 | 0 | 102 | 54 | 105 | 524 | 62 | 25 |
| Binary | 1010000 | 11011 | 101101 | 0 | 1000010 | 101100 | 1000101 | 101010100 | 110010 | 10101 |
Color Harmonies of #501B2D
Complementary color
Monochromatic Colors of #501B2D
Black with #501B2D
Text Example
Text Example
White with #501B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B2D; }
p { color: rgb(80,27,45); }
H1.HeaderClassName
{
color: #501B2D;
}
.AnyTagClassName
{
color: #501B2D;
}
</style>
background-color css
<style>
a { background-color: #501B2D; }
a { background-color: rgb(80,27,45); }
div.DivClassName
{
background-color: #501B2D;
}
.BgClassName
{
background-color: #501B2D;
}
</style>
border-color css
<style>
span { border-color: #501B2D; }
span { border-color: rgb(80,27,45); }
td.TdClassName
{
border-color: #501B2D;
}
.TagClassName
{
border-color: #501B2D;
}
</style>