Shades of Castro #501B2E
Tints of Castro #501B2E
RGB
CMYK
RGB Variations
Color information
#501B2E (or 0x501B2E) is known color: Castro. HEX triplet: 50, 1B and 2E. RGB value is (80,27,46). Sum of RGB (Red+Green+Blue) = 80+27+46=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B2E is #AFE4D1. Grayscale: #2C2C2C. Windows color (decimal): -11527378 or 3021648. OLE color: 3021648.
HSL color Cylindrical-coordinate representation of color #501B2E: hue angle of 338.49º 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 #501B2E is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 46 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.69 |
| HSL | 338.49º | 0.5% | 0.21% | - |
| HSV(B) | 338.49º | 0.66% | 0.31% | - |
| XYZ | 4.19 | 2.69 | 2.88 | - |
| YUV | 45.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 46 | 0 | 0.66 | 0.42 | 0.69 | 338.49 | 0.5 | 0.21 |
| Hex | 50 | 1B | 2E | 0 | 42 | 2A | 45 | 152 | 32 | 15 |
| Octal | 120 | 33 | 56 | 0 | 102 | 52 | 105 | 522 | 62 | 25 |
| Binary | 1010000 | 11011 | 101110 | 0 | 1000010 | 101010 | 1000101 | 101010010 | 110010 | 10101 |
Color Harmonies of #501B2E
Complementary color
Monochromatic Colors of #501B2E
Black with #501B2E
Text Example
Text Example
White with #501B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B2E; }
p { color: rgb(80,27,46); }
H1.HeaderClassName
{
color: #501B2E;
}
.AnyTagClassName
{
color: #501B2E;
}
</style>
background-color css
<style>
a { background-color: #501B2E; }
a { background-color: rgb(80,27,46); }
div.DivClassName
{
background-color: #501B2E;
}
.BgClassName
{
background-color: #501B2E;
}
</style>
border-color css
<style>
span { border-color: #501B2E; }
span { border-color: rgb(80,27,46); }
td.TdClassName
{
border-color: #501B2E;
}
.TagClassName
{
border-color: #501B2E;
}
</style>