Shades of Castro #501B2C
Tints of Castro #501B2C
RGB
CMYK
RGB Variations
Color information
#501B2C (or 0x501B2C) is known color: Castro. HEX triplet: 50, 1B and 2C. RGB value is (80,27,44). Sum of RGB (Red+Green+Blue) = 80+27+44=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B2C is #AFE4D3. Grayscale: #2C2C2C. Windows color (decimal): -11527380 or 2890576. OLE color: 2890576.
HSL color Cylindrical-coordinate representation of color #501B2C: hue angle of 340.75º 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 #501B2C is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 44 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.69 |
| HSL | 340.75º | 0.5% | 0.21% | - |
| HSV(B) | 340.75º | 0.66% | 0.31% | - |
| XYZ | 4.15 | 2.67 | 2.68 | - |
| YUV | 44.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 44 | 0 | 0.66 | 0.45 | 0.69 | 340.75 | 0.5 | 0.21 |
| Hex | 50 | 1B | 2C | 0 | 42 | 2D | 45 | 155 | 32 | 15 |
| Octal | 120 | 33 | 54 | 0 | 102 | 55 | 105 | 525 | 62 | 25 |
| Binary | 1010000 | 11011 | 101100 | 0 | 1000010 | 101101 | 1000101 | 101010101 | 110010 | 10101 |
Color Harmonies of #501B2C
Complementary color
Monochromatic Colors of #501B2C
Black with #501B2C
Text Example
Text Example
White with #501B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B2C; }
p { color: rgb(80,27,44); }
H1.HeaderClassName
{
color: #501B2C;
}
.AnyTagClassName
{
color: #501B2C;
}
</style>
background-color css
<style>
a { background-color: #501B2C; }
a { background-color: rgb(80,27,44); }
div.DivClassName
{
background-color: #501B2C;
}
.BgClassName
{
background-color: #501B2C;
}
</style>
border-color css
<style>
span { border-color: #501B2C; }
span { border-color: rgb(80,27,44); }
td.TdClassName
{
border-color: #501B2C;
}
.TagClassName
{
border-color: #501B2C;
}
</style>