Shades of Castro #501B2F
Tints of Castro #501B2F
RGB
CMYK
RGB Variations
Color information
#501B2F (or 0x501B2F) is known color: Castro. HEX triplet: 50, 1B and 2F. RGB value is (80,27,47). Sum of RGB (Red+Green+Blue) = 80+27+47=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B2F is #AFE4D0. Grayscale: #2D2D2D. Windows color (decimal): -11527377 or 3087184. OLE color: 3087184.
HSL color Cylindrical-coordinate representation of color #501B2F: hue angle of 337.36º 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 #501B2F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 47 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.69 |
| HSL | 337.36º | 0.5% | 0.21% | - |
| HSV(B) | 337.36º | 0.66% | 0.31% | - |
| XYZ | 4.21 | 2.69 | 2.99 | - |
| YUV | 45.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 47 | 0 | 0.66 | 0.41 | 0.69 | 337.36 | 0.5 | 0.21 |
| Hex | 50 | 1B | 2F | 0 | 42 | 29 | 45 | 151 | 32 | 15 |
| Octal | 120 | 33 | 57 | 0 | 102 | 51 | 105 | 521 | 62 | 25 |
| Binary | 1010000 | 11011 | 101111 | 0 | 1000010 | 101001 | 1000101 | 101010001 | 110010 | 10101 |
Color Harmonies of #501B2F
Complementary color
Monochromatic Colors of #501B2F
Black with #501B2F
Text Example
Text Example
White with #501B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B2F; }
p { color: rgb(80,27,47); }
H1.HeaderClassName
{
color: #501B2F;
}
.AnyTagClassName
{
color: #501B2F;
}
</style>
background-color css
<style>
a { background-color: #501B2F; }
a { background-color: rgb(80,27,47); }
div.DivClassName
{
background-color: #501B2F;
}
.BgClassName
{
background-color: #501B2F;
}
</style>
border-color css
<style>
span { border-color: #501B2F; }
span { border-color: rgb(80,27,47); }
td.TdClassName
{
border-color: #501B2F;
}
.TagClassName
{
border-color: #501B2F;
}
</style>