Shades of Castro #501C33
Tints of Castro #501C33
RGB
CMYK
RGB Variations
Color information
#501C33 (or 0x501C33) is known color: Castro. HEX triplet: 50, 1C and 33. RGB value is (80,28,51). Sum of RGB (Red+Green+Blue) = 80+28+51=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #501C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C33 is #AFE3CC. Grayscale: #2E2E2E. Windows color (decimal): -11527117 or 3349584. OLE color: 3349584.
HSL color Cylindrical-coordinate representation of color #501C33: hue angle of 333.46º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C33 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 51 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.69 |
| HSL | 333.46º | 0.48% | 0.21% | - |
| HSV(B) | 333.46º | 0.65% | 0.31% | - |
| XYZ | 4.32 | 2.77 | 3.44 | - |
| YUV | 46.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 51 | 0 | 0.65 | 0.36 | 0.69 | 333.46 | 0.48 | 0.21 |
| Hex | 50 | 1C | 33 | 0 | 41 | 24 | 45 | 14D | 30 | 15 |
| Octal | 120 | 34 | 63 | 0 | 101 | 44 | 105 | 515 | 60 | 25 |
| Binary | 1010000 | 11100 | 110011 | 0 | 1000001 | 100100 | 1000101 | 101001101 | 110000 | 10101 |
Color Harmonies of #501C33
Complementary color
Monochromatic Colors of #501C33
Black with #501C33
Text Example
Text Example
White with #501C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C33; }
p { color: rgb(80,28,51); }
H1.HeaderClassName
{
color: #501C33;
}
.AnyTagClassName
{
color: #501C33;
}
</style>
background-color css
<style>
a { background-color: #501C33; }
a { background-color: rgb(80,28,51); }
div.DivClassName
{
background-color: #501C33;
}
.BgClassName
{
background-color: #501C33;
}
</style>
border-color css
<style>
span { border-color: #501C33; }
span { border-color: rgb(80,28,51); }
td.TdClassName
{
border-color: #501C33;
}
.TagClassName
{
border-color: #501C33;
}
</style>